#BA4F49

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

Shades of Chestnut #BA4F49

Tints of Chestnut #BA4F49

Color information

#BA4F49 (or 0xBA4F49) is unknown color: approx Chestnut. HEX triplet: BA, 4F and 49. RGB value is (186,79,73). Sum of RGB (Red+Green+Blue) = 186+79+73=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F49 is #45B0B6. Grayscale: #6E6E6E. Windows color (decimal): -4567223 or 4804538. OLE color: 4804538.

HSL color Cylindrical-coordinate representation of color #BA4F49: hue angle of 3.19º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4F49 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1867973-
CMYK00.580.610.27
HSL3.19º45.02%50.78%-
HSV(B)3.19º60.75%72.94%-
XYZ24.2516.518.21-
YUV110.31106.95181.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=55.03%
G=23.37%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186797300.580.610.273.1945.0250.78
HexBA4F4903A3D1B32d33
Octal272117111072753335563
Binary101110101001111100100101110101111011101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4F49; }

 p { color: rgb(186,79,73); }

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

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

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

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

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

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

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