#B14847

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

Shades of Chestnut #B14847

Tints of Chestnut #B14847

Color information

#B14847 (or 0xB14847) is unknown color: approx Chestnut. HEX triplet: B1, 48 and 47. RGB value is (177,72,71). Sum of RGB (Red+Green+Blue) = 177+72+71=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B14847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14847 is #4EB7B8. Grayscale: #676767. Windows color (decimal): -5158841 or 4671665. OLE color: 4671665.

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

Color convert

RGB1777271-
CMYK00.590.600.31
HSL0.57º42.74%48.63%-
HSV(B)0.57º59.89%69.41%-
XYZ21.5914.447.61-
YUV103.28109.79180.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.31%
GREEN value IS 72 (28.52% from 255) = 22.5%
BLUE value IS 71 (28.12% from 255) = 22.19%
R=55.31%
G=22.5%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177727100.590.600.310.5742.7448.63
HexB1484703B3C1F12b31
Octal261110107073743715361
Binary10110001100100010001110111011111100111111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14847; }

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

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

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

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

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

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

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

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