#B64F43

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

Shades of Chestnut #B64F43

Tints of Chestnut #B64F43

Color information

#B64F43 (or 0xB64F43) is unknown color: approx Chestnut. HEX triplet: B6, 4F and 43. RGB value is (182,79,67). Sum of RGB (Red+Green+Blue) = 182+79+67=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64F43 is #49B0BC. Grayscale: #6C6C6C. Windows color (decimal): -4829373 or 4411318. OLE color: 4411318.

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

Color convert

RGB1827967-
CMYK00.570.630.29
HSL6.26º46.18%48.82%-
HSV(B)6.26º63.19%71.37%-
XYZ23.115.947.17-
YUV108.43104.62180.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.49%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 67 (26.56% from 255) = 20.43%
R=55.49%
G=24.09%
B=20.43%

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
Decimal182796700.570.630.296.2646.1848.82
HexB64F430393F1D62e31
Octal266117103071773565661
Binary1011011010011111000011011100111111111101110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64F43; }

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

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

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

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

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

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

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

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