#BB4542

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

Shades of Chestnut #BB4542

Tints of Chestnut #BB4542

Color information

#BB4542 (or 0xBB4542) is unknown color: approx Chestnut. HEX triplet: BB, 45 and 42. RGB value is (187,69,66). Sum of RGB (Red+Green+Blue) = 187+69+66=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4542 is #44BABD. Grayscale: #686868. Windows color (decimal): -4504254 or 4343227. OLE color: 4343227.

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

Color convert

RGB1876966-
CMYK00.630.650.27
HSL1.49º47.83%49.61%-
HSV(B)1.49º64.71%73.33%-
XYZ23.6115.216.85-
YUV103.94106.59187.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.07%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 66 (26.17% from 255) = 20.50%
R=58.07%
G=21.43%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187696600.630.650.271.4947.8349.61
HexBB454203F411B13032
Octal2731051020771013316062
Binary101110111000101100001001111111000001110111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4542; }

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

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

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

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

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

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

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

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