#B14E49

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

Shades of Chestnut #B14E49

Tints of Chestnut #B14E49

Color information

#B14E49 (or 0xB14E49) is unknown color: approx Chestnut. HEX triplet: B1, 4E and 49. RGB value is (177,78,73). Sum of RGB (Red+Green+Blue) = 177+78+73=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E49 is #4EB1B6. Grayscale: #6B6B6B. Windows color (decimal): -5157303 or 4804273. OLE color: 4804273.

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

Color convert

RGB1777873-
CMYK00.560.590.31
HSL2.88º41.6%49.02%-
HSV(B)2.88º58.76%69.41%-
XYZ22.0615.288.09-
YUV107.03108.8177.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.96%
GREEN value IS 78 (30.86% from 255) = 23.78%
BLUE value IS 73 (28.91% from 255) = 22.26%
R=53.96%
G=23.78%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177787300.560.590.312.8841.649.02
HexB14E490383B1F32a31
Octal261116111070733735261
Binary101100011001110100100101110001110111111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E49; }

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

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

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

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

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

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

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

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