#BB3952

Color #BB3952 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BB3952

Tints of Old Rose #BB3952

Color information

#BB3952 (or 0xBB3952) is unknown color: approx Old Rose. HEX triplet: BB, 39 and 52. RGB value is (187,57,82). Sum of RGB (Red+Green+Blue) = 187+57+82=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3952 is #44C6AD. Grayscale: #626262. Windows color (decimal): -4507310 or 5388731. OLE color: 5388731.

HSL color Cylindrical-coordinate representation of color #BB3952: hue angle of 348.46º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3952 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1875782-
CMYK00.700.560.27
HSL348.46º53.28%47.84%-
HSV(B)348.46º69.52%73.33%-
XYZ23.4814.19.47-
YUV98.72118.57190.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 57.36%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 82 (32.42% from 255) = 25.15%
R=57.36%
G=17.48%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187578200.700.560.27348.4653.2847.84
HexBB3952046381B15c3530
Octal27371122010670335346560
Binary1011101111100110100100100011011100011011101011100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3952; }

 p { color: rgb(187,57,82); }

 H1.HeaderClassName
 {
   color: #BB3952;
 }
 .AnyTagClassName
 {
   color: #BB3952;
 }
</style>
background-color css

<style>
 a { background-color: #BB3952; }

 a { background-color: rgb(187,57,82); }

 div.DivClassName
 {
   background-color: #BB3952;
 }
 .BgClassName
 {
   background-color: #BB3952;
 }
</style>
border-color css

<style>
 span { border-color: #BB3952; }

 span { border-color: rgb(187,57,82); }

 td.TdClassName
 {
   border-color: #BB3952;
 }
 .TagClassName
 {
   border-color: #BB3952;
 }
</style>