#B55042

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

Shades of Chestnut #B55042

Tints of Chestnut #B55042

Color information

#B55042 (or 0xB55042) is unknown color: approx Chestnut. HEX triplet: B5, 50 and 42. RGB value is (181,80,66). Sum of RGB (Red+Green+Blue) = 181+80+66=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B55042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55042 is #4AAFBD. Grayscale: #6C6C6C. Windows color (decimal): -4894654 or 4346037. OLE color: 4346037.

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

Color convert

RGB1818066-
CMYK00.560.640.29
HSL7.3º46.56%48.43%-
HSV(B)7.3º63.54%70.98%-
XYZ22.9115.957.03-
YUV108.6103.96179.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=55.35%
G=24.46%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181806600.560.640.297.346.5648.43
HexB55042038401D72f30
Octal2651201020701003575760
Binary10110101101000010000100111000100000011101111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55042; }

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

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

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

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

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

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

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

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