#b04746

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

Shades of Chestnut #B04746

Tints of Chestnut #B04746

Color information

#B04746 (or 0xB04746) is unknown color: approx Chestnut. HEX triplet: B0, 47 and 46. RGB value is (176,71,70). Sum of RGB (Red+Green+Blue) = 176+71+70=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B04746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04746 is #4FB8B9. Grayscale: #666666. Windows color (decimal): -5224634 or 4605872. OLE color: 4605872.

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

Color convert

RGB1767170-
CMYK00.600.600.31
HSL0.57º43.09%48.24%-
HSV(B)0.57º60.23%69.02%-
XYZ21.2614.187.41-
YUV102.28109.79180.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.52%
GREEN value IS 71 (28.12% from 255) = 22.40%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=55.52%
G=22.40%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176717000.600.600.310.5743.0948.24
HexB0474603C3C1F12b30
Octal260107106074743715360
Binary10110000100011110001100111100111100111111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b04746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b04746; }

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

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

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

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

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

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

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

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