#BB424B

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

Shades of Old Rose #BB424B

Tints of Old Rose #BB424B

Color information

#BB424B (or 0xBB424B) is unknown color: approx Old Rose. HEX triplet: BB, 42 and 4B. RGB value is (187,66,75). Sum of RGB (Red+Green+Blue) = 187+66+75=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB424B is #44BDB4. Grayscale: #676767. Windows color (decimal): -4505013 or 4932283. OLE color: 4932283.

HSL color Cylindrical-coordinate representation of color #BB424B: hue angle of 355.54º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB424B is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1876675-
CMYK00.650.600.27
HSL355.54º47.83%49.61%-
HSV(B)355.54º64.71%73.33%-
XYZ23.7114.978.3-
YUV103.2112.09187.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.01%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=57.01%
G=20.12%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187667500.650.600.27355.5447.8349.61
HexBB424B0413C1B1643032
Octal273102113010174335446062
Binary10111011100001010010110100000111110011011101100100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB424B; }

 p { color: rgb(187,66,75); }

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

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

 a { background-color: rgb(187,66,75); }

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

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

 span { border-color: rgb(187,66,75); }

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