#b55046

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

Shades of Chestnut #B55046

Tints of Chestnut #B55046

Color information

#B55046 (or 0xB55046) is unknown color: approx Chestnut. HEX triplet: B5, 50 and 46. RGB value is (181,80,70). Sum of RGB (Red+Green+Blue) = 181+80+70=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B55046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55046 is #4AAFB9. Grayscale: #6D6D6D. Windows color (decimal): -4894650 or 4608181. OLE color: 4608181.

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

Color convert

RGB1818070-
CMYK00.560.610.29
HSL5.41º44.22%49.22%-
HSV(B)5.41º61.33%70.98%-
XYZ23.03167.67-
YUV109.06105.96179.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.68%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 70 (27.73% from 255) = 21.15%
R=54.68%
G=24.17%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181807000.560.610.295.4144.2249.22
HexB550460383D1D52c31
Octal265120106070753555461
Binary1011010110100001000110011100011110111101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55046; }

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

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

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

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

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

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

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

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