#B14E42

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

Shades of Chestnut #B14E42

Tints of Chestnut #B14E42

Color information

#B14E42 (or 0xB14E42) is unknown color: approx Chestnut. HEX triplet: B1, 4E and 42. RGB value is (177,78,66). Sum of RGB (Red+Green+Blue) = 177+78+66=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E42 is #4EB1BD. Grayscale: #6A6A6A. Windows color (decimal): -5157310 or 4345521. OLE color: 4345521.

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

Color convert

RGB1777866-
CMYK00.560.630.31
HSL6.49º45.68%47.65%-
HSV(B)6.49º62.71%69.41%-
XYZ21.8415.196.94-
YUV106.23105.3178.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.14%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 66 (26.17% from 255) = 20.56%
R=55.14%
G=24.30%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177786600.560.630.316.4945.6847.65
HexB14E420383F1F62e30
Octal261116102070773765660
Binary1011000110011101000010011100011111111111110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E42; }

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

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

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

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

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

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

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

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