#B45552

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

Shades of Chestnut #B45552

Tints of Chestnut #B45552

Color information

#B45552 (or 0xB45552) is unknown color: approx Chestnut. HEX triplet: B4, 55 and 52. RGB value is (180,85,82). Sum of RGB (Red+Green+Blue) = 180+85+82=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B45552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45552 is #4BAAAD. Grayscale: #717171. Windows color (decimal): -4958894 or 5395892. OLE color: 5395892.

HSL color Cylindrical-coordinate representation of color #B45552: hue angle of 1.84º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45552 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1808582-
CMYK00.530.540.29
HSL1.84º39.52%51.37%-
HSV(B)1.84º54.44%70.59%-
XYZ23.5916.819.98-
YUV113.06110.47175.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=51.87%
G=24.50%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180858200.530.540.291.8439.5251.37
HexB45552035361D22833
Octal264125122065663525063
Binary101101001010101101001001101011101101110110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45552; }

 p { color: rgb(180,85,82); }

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

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

 a { background-color: rgb(180,85,82); }

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

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

 span { border-color: rgb(180,85,82); }

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