#BB5249

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

Shades of Chestnut #BB5249

Tints of Chestnut #BB5249

Color information

#BB5249 (or 0xBB5249) is unknown color: approx Chestnut. HEX triplet: BB, 52 and 49. RGB value is (187,82,73). Sum of RGB (Red+Green+Blue) = 187+82+73=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5249 is #44ADB6. Grayscale: #707070. Windows color (decimal): -4500919 or 4805307. OLE color: 4805307.

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

Color convert

RGB1878273-
CMYK00.560.610.27
HSL4.74º45.6%50.98%-
HSV(B)4.74º60.96%73.33%-
XYZ24.7117.088.3-
YUV112.37105.79181.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.68%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 73 (28.91% from 255) = 21.35%
R=54.68%
G=23.98%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187827300.560.610.274.7445.650.98
HexBB52490383D1B52e33
Octal273122111070753355663
Binary1011101110100101001001011100011110111011101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5249; }

 p { color: rgb(187,82,73); }

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

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

 a { background-color: rgb(187,82,73); }

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

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

 span { border-color: rgb(187,82,73); }

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