#B04A42

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

Shades of Chestnut #B04A42

Tints of Chestnut #B04A42

Color information

#B04A42 (or 0xB04A42) is unknown color: approx Chestnut. HEX triplet: B0, 4A and 42. RGB value is (176,74,66). Sum of RGB (Red+Green+Blue) = 176+74+66=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04A42 is #4FB5BD. Grayscale: #676767. Windows color (decimal): -5223870 or 4344496. OLE color: 4344496.

HSL color Cylindrical-coordinate representation of color #B04A42: hue angle of 4.36º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04A42 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1767466-
CMYK00.580.620.31
HSL4.36º45.45%47.45%-
HSV(B)4.36º62.5%69.02%-
XYZ21.3414.526.83-
YUV103.59106.79179.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.70%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 66 (26.17% from 255) = 20.89%
R=55.70%
G=23.42%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176746600.580.620.314.3645.4547.45
HexB04A4203A3E1F42d2f
Octal260112102072763745557
Binary1011000010010101000010011101011111011111100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04A42; }

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

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

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

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

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

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

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

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