#B55045

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

Shades of Chestnut #B55045

Tints of Chestnut #B55045

Color information

#B55045 (or 0xB55045) is unknown color: approx Chestnut. HEX triplet: B5, 50 and 45. RGB value is (181,80,69). Sum of RGB (Red+Green+Blue) = 181+80+69=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B55045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55045 is #4AAFBA. Grayscale: #6D6D6D. Windows color (decimal): -4894651 or 4542645. OLE color: 4542645.

HSL color Cylindrical-coordinate representation of color #B55045: hue angle of 5.89º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B55045 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1818069-
CMYK00.560.620.29
HSL5.89º44.8%49.02%-
HSV(B)5.89º61.88%70.98%-
XYZ2315.997.5-
YUV108.94105.46179.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.85%
GREEN value IS 80 (31.64% from 255) = 24.24%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=54.85%
G=24.24%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181806900.560.620.295.8944.849.02
HexB550450383E1D62d31
Octal265120105070763565561
Binary1011010110100001000101011100011111011101110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55045; }

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

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

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

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

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

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

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

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