#B04E4A

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

Shades of Chestnut #B04E4A

Tints of Chestnut #B04E4A

Color information

#B04E4A (or 0xB04E4A) is unknown color: approx Chestnut. HEX triplet: B0, 4E and 4A. RGB value is (176,78,74). Sum of RGB (Red+Green+Blue) = 176+78+74=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04E4A is #4FB1B5. Grayscale: #6A6A6A. Windows color (decimal): -5222838 or 4869808. OLE color: 4869808.

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

Color convert

RGB1767874-
CMYK00.560.580.31
HSL2.35º40.8%49.02%-
HSV(B)2.35º57.95%69.02%-
XYZ21.8615.178.25-
YUV106.85109.47177.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.66%
GREEN value IS 78 (30.86% from 255) = 23.78%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=53.66%
G=23.78%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176787400.560.580.312.3540.849.02
HexB04E4A0383A1F22931
Octal260116112070723725161
Binary101100001001110100101001110001110101111110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E4A; }

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

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

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

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

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

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

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

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