#B9564A

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

Shades of Chestnut #B9564A

Tints of Chestnut #B9564A

Color information

#B9564A (or 0xB9564A) is unknown color: approx Chestnut. HEX triplet: B9, 56 and 4A. RGB value is (185,86,74). Sum of RGB (Red+Green+Blue) = 185+86+74=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9564A is #46A9B5. Grayscale: #727272. Windows color (decimal): -4630966 or 4871865. OLE color: 4871865.

HSL color Cylindrical-coordinate representation of color #B9564A: hue angle of 6.49º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9564A is Cyan = 0, Magento = 0.54, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB1858674-
CMYK00.540.60.27
HSL6.49º44.22%50.78%-
HSV(B)6.49º60%72.55%-
XYZ24.5717.468.55-
YUV114.23105.3178.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.62%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=53.62%
G=24.93%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185867400.540.60.276.4944.2250.78
HexB9564A0363C1B62c33
Octal271126112066743365463
Binary1011100110101101001010011011011110011011110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9564A; }

 p { color: rgb(185,86,74); }

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

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

 a { background-color: rgb(185,86,74); }

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

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

 span { border-color: rgb(185,86,74); }

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