#B04847

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

Shades of Chestnut #B04847

Tints of Chestnut #B04847

Color information

#B04847 (or 0xB04847) is unknown color: approx Chestnut. HEX triplet: B0, 48 and 47. RGB value is (176,72,71). Sum of RGB (Red+Green+Blue) = 176+72+71=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B04847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04847 is #4FB7B8. Grayscale: #676767. Windows color (decimal): -5224377 or 4671664. OLE color: 4671664.

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

Color convert

RGB1767271-
CMYK00.590.600.31
HSL0.57º42.51%48.43%-
HSV(B)0.57º59.66%69.02%-
XYZ21.3614.327.6-
YUV102.98109.96180.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.17%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 71 (28.12% from 255) = 22.26%
R=55.17%
G=22.57%
B=22.26%

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
Decimal176727100.590.600.310.5742.5148.43
HexB0484703B3C1F12b30
Octal260110107073743715360
Binary10110000100100010001110111011111100111111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04847; }

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

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

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

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

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

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

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

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