#B64E43

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

Shades of Chestnut #B64E43

Tints of Chestnut #B64E43

Color information

#B64E43 (or 0xB64E43) is unknown color: approx Chestnut. HEX triplet: B6, 4E and 43. RGB value is (182,78,67). Sum of RGB (Red+Green+Blue) = 182+78+67=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64E43 is #49B1BC. Grayscale: #6B6B6B. Windows color (decimal): -4829629 or 4411062. OLE color: 4411062.

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

Color convert

RGB1827867-
CMYK00.570.630.29
HSL5.74º46.18%48.82%-
HSV(B)5.74º63.19%71.37%-
XYZ23.0315.87.15-
YUV107.84104.96180.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 67 (26.56% from 255) = 20.49%
R=55.66%
G=23.85%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182786700.570.630.295.7446.1848.82
HexB64E430393F1D62e31
Octal266116103071773565661
Binary1011011010011101000011011100111111111101110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64E43; }

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

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

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

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

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

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

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

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