#BA4E49

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

Shades of Chestnut #BA4E49

Tints of Chestnut #BA4E49

Color information

#BA4E49 (or 0xBA4E49) is unknown color: approx Chestnut. HEX triplet: BA, 4E and 49. RGB value is (186,78,73). Sum of RGB (Red+Green+Blue) = 186+78+73=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E49 is #45B1B6. Grayscale: #6D6D6D. Windows color (decimal): -4567479 or 4804282. OLE color: 4804282.

HSL color Cylindrical-coordinate representation of color #BA4E49: hue angle of 2.65º 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 #BA4E49 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1867873-
CMYK00.580.610.27
HSL2.65º45.02%50.78%-
HSV(B)2.65º60.75%72.94%-
XYZ24.1816.378.19-
YUV109.72107.28182.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=55.19%
G=23.15%
B=21.66%

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
Decimal186787300.580.610.272.6545.0250.78
HexBA4E4903A3D1B32d33
Octal272116111072753335563
Binary101110101001110100100101110101111011101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E49; }

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

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

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

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

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

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

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

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