#B64A42

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

Shades of Chestnut #B64A42

Tints of Chestnut #B64A42

Color information

#B64A42 (or 0xB64A42) is unknown color: approx Chestnut. HEX triplet: B6, 4A and 42. RGB value is (182,74,66). Sum of RGB (Red+Green+Blue) = 182+74+66=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64A42 is #49B5BD. Grayscale: #696969. Windows color (decimal): -4830654 or 4344502. OLE color: 4344502.

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

Color convert

RGB1827466-
CMYK00.590.640.29
HSL4.14º46.77%48.63%-
HSV(B)4.14º63.74%71.37%-
XYZ22.7215.246.9-
YUV105.38105.78182.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.52%
GREEN value IS 74 (29.30% from 255) = 22.98%
BLUE value IS 66 (26.17% from 255) = 20.50%
R=56.52%
G=22.98%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182746600.590.640.294.1446.7748.63
HexB64A4203B401D42f31
Octal2661121020731003545761
Binary10110110100101010000100111011100000011101100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64A42; }

 p { color: rgb(182,74,66); }

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

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

 a { background-color: rgb(182,74,66); }

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

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

 span { border-color: rgb(182,74,66); }

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