#B34E49

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

Shades of Chestnut #B34E49

Tints of Chestnut #B34E49

Color information

#B34E49 (or 0xB34E49) is unknown color: approx Chestnut. HEX triplet: B3, 4E and 49. RGB value is (179,78,73). Sum of RGB (Red+Green+Blue) = 179+78+73=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34E49 is #4CB1B6. Grayscale: #6B6B6B. Windows color (decimal): -5026231 or 4804275. OLE color: 4804275.

HSL color Cylindrical-coordinate representation of color #B34E49: hue angle of 2.83º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34E49 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB1797873-
CMYK00.560.590.30
HSL2.83º42.06%49.41%-
HSV(B)2.83º59.22%70.2%-
XYZ22.5215.518.11-
YUV107.63108.46178.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.24%
GREEN value IS 78 (30.86% from 255) = 23.64%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=54.24%
G=23.64%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179787300.560.590.302.8342.0649.41
HexB34E490383B1E32a31
Octal263116111070733635261
Binary101100111001110100100101110001110111111011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34E49; }

 p { color: rgb(179,78,73); }

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

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

 a { background-color: rgb(179,78,73); }

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

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

 span { border-color: rgb(179,78,73); }

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