#B04A47

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

Shades of Chestnut #B04A47

Tints of Chestnut #B04A47

Color information

#B04A47 (or 0xB04A47) is unknown color: approx Chestnut. HEX triplet: B0, 4A and 47. RGB value is (176,74,71). Sum of RGB (Red+Green+Blue) = 176+74+71=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04A47 is #4FB5B8. Grayscale: #686868. Windows color (decimal): -5223865 or 4672176. OLE color: 4672176.

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

Color convert

RGB1767471-
CMYK00.580.600.31
HSL1.71º42.51%48.43%-
HSV(B)1.71º59.66%69.02%-
XYZ21.4914.587.64-
YUV104.16109.29179.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.83%
GREEN value IS 74 (29.30% from 255) = 23.05%
BLUE value IS 71 (28.12% from 255) = 22.12%
R=54.83%
G=23.05%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176747100.580.600.311.7142.5148.43
HexB04A4703A3C1F22b30
Octal260112107072743725360
Binary101100001001010100011101110101111001111110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04A47; }

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

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

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

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

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

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

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

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