#B2493F

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

Shades of Chestnut #B2493F

Tints of Chestnut #B2493F

Color information

#B2493F (or 0xB2493F) is unknown color: approx Chestnut. HEX triplet: B2, 49 and 3F. RGB value is (178,73,63). Sum of RGB (Red+Green+Blue) = 178+73+63=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B2493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2493F is #4DB6C0. Grayscale: #676767. Windows color (decimal): -5093057 or 4147634. OLE color: 4147634.

HSL color Cylindrical-coordinate representation of color #B2493F: hue angle of 5.22º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2493F is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB1787363-
CMYK00.590.650.30
HSL5.22º47.72%47.25%-
HSV(B)5.22º64.61%69.8%-
XYZ21.6414.596.38-
YUV103.26105.29181.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.69%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 63 (25% from 255) = 20.06%
R=56.69%
G=23.25%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178736300.590.650.305.2247.7247.25
HexB2493F03B411E5302f
Octal262111770731013656057
Binary1011001010010011111110111011100000111110101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2493F; }

 p { color: rgb(178,73,63); }

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

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

 a { background-color: rgb(178,73,63); }

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

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

 span { border-color: rgb(178,73,63); }

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