#B04C49

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

Shades of Chestnut #B04C49

Tints of Chestnut #B04C49

Color information

#B04C49 (or 0xB04C49) is unknown color: approx Chestnut. HEX triplet: B0, 4C and 49. RGB value is (176,76,73). Sum of RGB (Red+Green+Blue) = 176+76+73=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04C49 is #4FB3B6. Grayscale: #696969. Windows color (decimal): -5223351 or 4803760. OLE color: 4803760.

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

Color convert

RGB1767673-
CMYK00.570.590.31
HSL1.75º41.37%48.82%-
HSV(B)1.75º58.52%69.02%-
XYZ21.6914.888.03-
YUV105.56109.63178.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.15%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=54.15%
G=23.38%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176767300.570.590.311.7541.3748.82
HexB04C490393B1F22931
Octal260114111071733725161
Binary101100001001100100100101110011110111111110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C49; }

 p { color: rgb(176,76,73); }

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

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

 a { background-color: rgb(176,76,73); }

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

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

 span { border-color: rgb(176,76,73); }

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