#B04F4F

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

Shades of Chestnut #B04F4F

Tints of Chestnut #B04F4F

Color information

#B04F4F (or 0xB04F4F) is unknown color: approx Chestnut. HEX triplet: B0, 4F and 4F. RGB value is (176,79,79). Sum of RGB (Red+Green+Blue) = 176+79+79=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04F4F is #4FB0B0. Grayscale: #6C6C6C. Windows color (decimal): -5222577 or 5197744. OLE color: 5197744.

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

Color convert

RGB1767979-
CMYK00.550.550.31
HSL38.04%50%-
HSV(B)55.11%69.02%-
XYZ22.1115.399.2-
YUV108111.64176.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 79 (31.25% from 255) = 23.65%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=52.69%
G=23.65%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176797900.550.550.31038.0450
HexB04F4F037371F02632
Octal260117117067673704662
Binary10110000100111110011110110111110111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04F4F; }

 p { color: rgb(176,79,79); }

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

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

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

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

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

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

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