#BB4247

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

Shades of Old Rose #BB4247

Tints of Old Rose #BB4247

Color information

#BB4247 (or 0xBB4247) is unknown color: approx Old Rose. HEX triplet: BB, 42 and 47. RGB value is (187,66,71). Sum of RGB (Red+Green+Blue) = 187+66+71=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4247 is #44BDB8. Grayscale: #666666. Windows color (decimal): -4505017 or 4670139. OLE color: 4670139.

HSL color Cylindrical-coordinate representation of color #BB4247: hue angle of 357.52º 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 #BB4247 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB1876671-
CMYK00.650.620.27
HSL357.52º47.83%49.61%-
HSV(B)357.52º64.71%73.33%-
XYZ23.5814.927.6-
YUV102.75110.09188.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.72%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 71 (28.12% from 255) = 21.91%
R=57.72%
G=20.37%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187667100.650.620.27357.5247.8349.61
HexBB42470413E1B1663032
Octal273102107010176335466062
Binary10111011100001010001110100000111111011011101100110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4247; }

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

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

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

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

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

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

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

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