#B5564B

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

Shades of Chestnut #B5564B

Tints of Chestnut #B5564B

Color information

#B5564B (or 0xB5564B) is unknown color: approx Chestnut. HEX triplet: B5, 56 and 4B. RGB value is (181,86,75). Sum of RGB (Red+Green+Blue) = 181+86+75=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5564B is #4AA9B4. Grayscale: #717171. Windows color (decimal): -4893109 or 4937397. OLE color: 4937397.

HSL color Cylindrical-coordinate representation of color #B5564B: hue angle of 6.23º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5564B is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1818675-
CMYK00.520.590.29
HSL6.23º41.73%50.2%-
HSV(B)6.23º58.56%70.98%-
XYZ23.6516.998.69-
YUV113.15106.47176.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=52.92%
G=25.15%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181867500.520.590.296.2341.7350.2
HexB5564B0343B1D62a32
Octal265126113064733565262
Binary1011010110101101001011011010011101111101110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5564B; }

 p { color: rgb(181,86,75); }

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

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

 a { background-color: rgb(181,86,75); }

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

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

 span { border-color: rgb(181,86,75); }

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