#B5564D

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

Shades of Chestnut #B5564D

Tints of Chestnut #B5564D

Color information

#B5564D (or 0xB5564D) is unknown color: approx Chestnut. HEX triplet: B5, 56 and 4D. RGB value is (181,86,77). Sum of RGB (Red+Green+Blue) = 181+86+77=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5564D is #4AA9B2. Grayscale: #717171. Windows color (decimal): -4893107 or 5068469. OLE color: 5068469.

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

Color convert

RGB1818677-
CMYK00.520.570.29
HSL5.19º41.27%50.59%-
HSV(B)5.19º57.46%70.98%-
XYZ23.7217.029.06-
YUV113.38107.47176.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 77 (30.47% from 255) = 22.38%
R=52.62%
G=25%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181867700.520.570.295.1941.2750.59
HexB5564D034391D52933
Octal265126115064713555163
Binary1011010110101101001101011010011100111101101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5564D; }

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

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

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

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

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

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

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

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