#B04745

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

Shades of Chestnut #B04745

Tints of Chestnut #B04745

Color information

#B04745 (or 0xB04745) is unknown color: approx Chestnut. HEX triplet: B0, 47 and 45. RGB value is (176,71,69). Sum of RGB (Red+Green+Blue) = 176+71+69=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B04745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04745 is #4FB8BA. Grayscale: #666666. Windows color (decimal): -5224635 or 4540336. OLE color: 4540336.

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

Color convert

RGB1767169-
CMYK00.600.610.31
HSL1.12º43.67%48.04%-
HSV(B)1.12º60.8%69.02%-
XYZ21.2314.177.25-
YUV102.17109.29180.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.70%
GREEN value IS 71 (28.12% from 255) = 22.47%
BLUE value IS 69 (27.34% from 255) = 21.84%
R=55.70%
G=22.47%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176716900.600.610.311.1243.6748.04
HexB0474503C3D1F12c30
Octal260107105074753715460
Binary10110000100011110001010111100111101111111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04745; }

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

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

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

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

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

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

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

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