#B64D46

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

Shades of Chestnut #B64D46

Tints of Chestnut #B64D46

Color information

#B64D46 (or 0xB64D46) is unknown color: approx Chestnut. HEX triplet: B6, 4D and 46. RGB value is (182,77,70). Sum of RGB (Red+Green+Blue) = 182+77+70=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64D46 is #49B2B9. Grayscale: #6B6B6B. Windows color (decimal): -4829882 or 4607414. OLE color: 4607414.

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

Color convert

RGB1827770-
CMYK00.580.620.29
HSL3.75º44.44%49.41%-
HSV(B)3.75º61.54%71.37%-
XYZ23.0515.77.61-
YUV107.6106.79181.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.32%
GREEN value IS 77 (30.47% from 255) = 23.40%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=55.32%
G=23.40%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182777000.580.620.293.7544.4449.41
HexB64D4603A3E1D42c31
Octal266115106072763545461
Binary1011011010011011000110011101011111011101100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D46; }

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

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

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

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

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

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

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

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