#bb5045

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

Shades of Chestnut #BB5045

Tints of Chestnut #BB5045

Color information

#BB5045 (or 0xBB5045) is unknown color: approx Chestnut. HEX triplet: BB, 50 and 45. RGB value is (187,80,69). Sum of RGB (Red+Green+Blue) = 187+80+69=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5045 is #44AFBA. Grayscale: #6E6E6E. Windows color (decimal): -4501435 or 4542651. OLE color: 4542651.

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

Color convert

RGB1878069-
CMYK00.570.630.27
HSL5.59º46.46%50.2%-
HSV(B)5.59º63.1%73.33%-
XYZ24.4416.737.57-
YUV110.74104.45182.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.65%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=55.65%
G=23.81%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187806900.570.630.275.5946.4650.2
HexBB50450393F1B62e32
Octal273120105071773365662
Binary1011101110100001000101011100111111111011110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5045; }

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

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

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

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

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

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

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

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