#B64845

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

Shades of Chestnut #B64845

Tints of Chestnut #B64845

Color information

#B64845 (or 0xB64845) is unknown color: approx Chestnut. HEX triplet: B6, 48 and 45. RGB value is (182,72,69). Sum of RGB (Red+Green+Blue) = 182+72+69=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B64845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64845 is #49B7BA. Grayscale: #686868. Windows color (decimal): -4831163 or 4540598. OLE color: 4540598.

HSL color Cylindrical-coordinate representation of color #B64845: hue angle of 1.59º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64845 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1827269-
CMYK00.600.620.29
HSL1.59º45.02%49.22%-
HSV(B)1.59º62.09%71.37%-
XYZ22.6815.017.33-
YUV104.55107.94183.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.35%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 69 (27.34% from 255) = 21.36%
R=56.35%
G=22.29%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182726900.600.620.291.5945.0249.22
HexB6484503C3E1D22d31
Octal266110105074763525561
Binary101101101001000100010101111001111101110110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64845; }

 p { color: rgb(182,72,69); }

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

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

 a { background-color: rgb(182,72,69); }

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

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

 span { border-color: rgb(182,72,69); }

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