#B64C40

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

Shades of Chestnut #B64C40

Tints of Chestnut #B64C40

Color information

#B64C40 (or 0xB64C40) is unknown color: approx Chestnut. HEX triplet: B6, 4C and 40. RGB value is (182,76,64). Sum of RGB (Red+Green+Blue) = 182+76+64=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C40 is #49B3BF. Grayscale: #6A6A6A. Windows color (decimal): -4830144 or 4213942. OLE color: 4213942.

HSL color Cylindrical-coordinate representation of color #B64C40: hue angle of 6.1º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64C40 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1827664-
CMYK00.580.650.29
HSL6.1º47.97%48.24%-
HSV(B)6.1º64.84%71.37%-
XYZ22.815.486.64-
YUV106.33104.12181.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.52%
GREEN value IS 76 (30.08% from 255) = 23.60%
BLUE value IS 64 (25.39% from 255) = 19.88%
R=56.52%
G=23.60%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182766400.580.650.296.147.9748.24
HexB64C4003A411D63030
Octal2661141000721013566060
Binary10110110100110010000000111010100000111101110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64C40; }

 p { color: rgb(182,76,64); }

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

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

 a { background-color: rgb(182,76,64); }

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

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

 span { border-color: rgb(182,76,64); }

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