#B6564E

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

Shades of Chestnut #B6564E

Tints of Chestnut #B6564E

Color information

#B6564E (or 0xB6564E) is unknown color: approx Chestnut. HEX triplet: B6, 56 and 4E. RGB value is (182,86,78). Sum of RGB (Red+Green+Blue) = 182+86+78=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B6564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6564E is #49A9B1. Grayscale: #717171. Windows color (decimal): -4827570 or 5134006. OLE color: 5134006.

HSL color Cylindrical-coordinate representation of color #B6564E: hue angle of 4.62º degrees, saturation: 0.42, 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 #B6564E is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1828678-
CMYK00.530.570.29
HSL4.62º41.6%50.98%-
HSV(B)4.62º57.14%71.37%-
XYZ23.9917.159.25-
YUV113.79107.8176.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.60%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=52.60%
G=24.86%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182867800.530.570.294.6241.650.98
HexB6564E035391D52a33
Octal266126116065713555263
Binary1011011010101101001110011010111100111101101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6564E; }

 p { color: rgb(182,86,78); }

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

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

 a { background-color: rgb(182,86,78); }

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

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

 span { border-color: rgb(182,86,78); }

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