#B14D48

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

Shades of Chestnut #B14D48

Tints of Chestnut #B14D48

Color information

#B14D48 (or 0xB14D48) is unknown color: approx Chestnut. HEX triplet: B1, 4D and 48. RGB value is (177,77,72). Sum of RGB (Red+Green+Blue) = 177+77+72=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14D48 is #4EB2B7. Grayscale: #6A6A6A. Windows color (decimal): -5157560 or 4738481. OLE color: 4738481.

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

Color convert

RGB1777772-
CMYK00.560.590.31
HSL2.86º42.17%48.82%-
HSV(B)2.86º59.32%69.41%-
XYZ21.9615.127.89-
YUV106.33108.63178.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.29%
GREEN value IS 77 (30.47% from 255) = 23.62%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=54.29%
G=23.62%
B=22.09%

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
Decimal177777200.560.590.312.8642.1748.82
HexB14D480383B1F32a31
Octal261115110070733735261
Binary101100011001101100100001110001110111111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14D48; }

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

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

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

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

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

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

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

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