#BB4147

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

Shades of Old Rose #BB4147

Tints of Old Rose #BB4147

Color information

#BB4147 (or 0xBB4147) is unknown color: approx Old Rose. HEX triplet: BB, 41 and 47. RGB value is (187,65,71). Sum of RGB (Red+Green+Blue) = 187+65+71=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4147 is #44BEB8. Grayscale: #666666. Windows color (decimal): -4505273 or 4669883. OLE color: 4669883.

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

Color convert

RGB1876571-
CMYK00.650.620.27
HSL357.05º48.41%49.41%-
HSV(B)357.05º65.24%73.33%-
XYZ23.5214.87.58-
YUV102.16110.42188.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 71 (28.12% from 255) = 21.98%
R=57.89%
G=20.12%
B=21.98%

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
Decimal187657100.650.620.27357.0548.4149.41
HexBB41470413E1B1653031
Octal273101107010176335456061
Binary10111011100000110001110100000111111011011101100101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4147; }

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

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

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

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

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

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

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

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