#B64F44

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

Shades of Chestnut #B64F44

Tints of Chestnut #B64F44

Color information

#B64F44 (or 0xB64F44) is unknown color: approx Chestnut. HEX triplet: B6, 4F and 44. RGB value is (182,79,68). Sum of RGB (Red+Green+Blue) = 182+79+68=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64F44 is #49B0BB. Grayscale: #6C6C6C. Windows color (decimal): -4829372 or 4476854. OLE color: 4476854.

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

Color convert

RGB1827968-
CMYK00.570.630.29
HSL5.79º45.6%49.02%-
HSV(B)5.79º62.64%71.37%-
XYZ23.1315.957.33-
YUV108.54105.12180.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.32%
GREEN value IS 79 (31.25% from 255) = 24.01%
BLUE value IS 68 (26.95% from 255) = 20.67%
R=55.32%
G=24.01%
B=20.67%

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
Decimal182796800.570.630.295.7945.649.02
HexB64F440393F1D62e31
Octal266117104071773565661
Binary1011011010011111000100011100111111111101110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64F44; }

 p { color: rgb(182,79,68); }

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

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

 a { background-color: rgb(182,79,68); }

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

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

 span { border-color: rgb(182,79,68); }

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