#BB5245

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

Shades of Chestnut #BB5245

Tints of Chestnut #BB5245

Color information

#BB5245 (or 0xBB5245) is unknown color: approx Chestnut. HEX triplet: BB, 52 and 45. RGB value is (187,82,69). Sum of RGB (Red+Green+Blue) = 187+82+69=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5245 is #44ADBA. Grayscale: #707070. Windows color (decimal): -4500923 or 4543163. OLE color: 4543163.

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

Color convert

RGB1878269-
CMYK00.560.630.27
HSL6.61º46.46%50.2%-
HSV(B)6.61º63.1%73.33%-
XYZ24.5817.037.62-
YUV111.91103.79181.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.33%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 69 (27.34% from 255) = 20.41%
R=55.33%
G=24.26%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187826900.560.630.276.6146.4650.2
HexBB52450383F1B72e32
Octal273122105070773375662
Binary1011101110100101000101011100011111111011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5245; }

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

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

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

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

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

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

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

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