#B64E45

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

Shades of Chestnut #B64E45

Tints of Chestnut #B64E45

Color information

#B64E45 (or 0xB64E45) is unknown color: approx Chestnut. HEX triplet: B6, 4E and 45. RGB value is (182,78,69). Sum of RGB (Red+Green+Blue) = 182+78+69=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64E45 is #49B1BA. Grayscale: #6C6C6C. Windows color (decimal): -4829627 or 4542134. OLE color: 4542134.

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

Color convert

RGB1827869-
CMYK00.570.620.29
HSL4.78º45.02%49.22%-
HSV(B)4.78º62.09%71.37%-
XYZ23.0915.827.47-
YUV108.07105.96180.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.32%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=55.32%
G=23.71%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182786900.570.620.294.7845.0249.22
HexB64E450393E1D52d31
Octal266116105071763555561
Binary1011011010011101000101011100111111011101101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64E45; }

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

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

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

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

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

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

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

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