#B14E48

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

Shades of Chestnut #B14E48

Tints of Chestnut #B14E48

Color information

#B14E48 (or 0xB14E48) is unknown color: approx Chestnut. HEX triplet: B1, 4E and 48. RGB value is (177,78,72). Sum of RGB (Red+Green+Blue) = 177+78+72=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E48 is #4EB1B7. Grayscale: #6B6B6B. Windows color (decimal): -5157304 or 4738737. OLE color: 4738737.

HSL color Cylindrical-coordinate representation of color #B14E48: hue angle of 3.43º 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 #B14E48 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB1777872-
CMYK00.560.590.31
HSL3.43º42.17%48.82%-
HSV(B)3.43º59.32%69.41%-
XYZ22.0315.267.92-
YUV106.92108.3177.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=54.13%
G=23.85%
B=22.02%

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
Decimal177787200.560.590.313.4342.1748.82
HexB14E480383B1F32a31
Octal261116110070733735261
Binary101100011001110100100001110001110111111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E48; }

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

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

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

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

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

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

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

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