#B7564C

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

Shades of Chestnut #B7564C

Tints of Chestnut #B7564C

Color information

#B7564C (or 0xB7564C) is unknown color: approx Chestnut. HEX triplet: B7, 56 and 4C. RGB value is (183,86,76). Sum of RGB (Red+Green+Blue) = 183+86+76=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7564C is #48A9B3. Grayscale: #717171. Windows color (decimal): -4762036 or 5002935. OLE color: 5002935.

HSL color Cylindrical-coordinate representation of color #B7564C: hue angle of 5.61º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7564C is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB1838676-
CMYK00.530.580.28
HSL5.61º42.63%50.78%-
HSV(B)5.61º58.47%71.76%-
XYZ24.1617.248.89-
YUV113.86106.64177.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.04%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 76 (30.08% from 255) = 22.03%
R=53.04%
G=24.93%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183867600.530.580.285.6142.6350.78
HexB7564C0353A1C62b33
Octal267126114065723465363
Binary1011011110101101001100011010111101011100110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7564C; }

 p { color: rgb(183,86,76); }

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

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

 a { background-color: rgb(183,86,76); }

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

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

 span { border-color: rgb(183,86,76); }

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