#B64E46

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

Shades of Chestnut #B64E46

Tints of Chestnut #B64E46

Color information

#B64E46 (or 0xB64E46) is unknown color: approx Chestnut. HEX triplet: B6, 4E and 46. RGB value is (182,78,70). Sum of RGB (Red+Green+Blue) = 182+78+70=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64E46 is #49B1B9. Grayscale: #6C6C6C. Windows color (decimal): -4829626 or 4607670. OLE color: 4607670.

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

Color convert

RGB1827870-
CMYK00.570.620.29
HSL4.29º44.44%49.41%-
HSV(B)4.29º61.54%71.37%-
XYZ23.1215.847.63-
YUV108.18106.46180.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.15%
GREEN value IS 78 (30.86% from 255) = 23.64%
BLUE value IS 70 (27.73% from 255) = 21.21%
R=55.15%
G=23.64%
B=21.21%

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
Decimal182787000.570.620.294.2944.4449.41
HexB64E460393E1D42c31
Octal266116106071763545461
Binary1011011010011101000110011100111111011101100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64E46; }

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

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

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

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

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

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

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

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