#BA4949

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

Shades of Chestnut #BA4949

Tints of Chestnut #BA4949

Color information

#BA4949 (or 0xBA4949) is unknown color: approx Chestnut. HEX triplet: BA, 49 and 49. RGB value is (186,73,73). Sum of RGB (Red+Green+Blue) = 186+73+73=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4949 is #45B6B6. Grayscale: #6A6A6A. Windows color (decimal): -4568759 or 4803002. OLE color: 4803002.

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

Color convert

RGB1867373-
CMYK00.610.610.27
HSL45.02%50.78%-
HSV(B)60.75%72.94%-
XYZ23.8315.698.07-
YUV106.79108.94184.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=56.02%
G=21.99%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186737300.610.610.27045.0250.78
HexBA494903D3D1B02d33
Octal272111111075753305563
Binary10111010100100110010010111101111101110110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4949; }

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

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

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

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

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

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

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

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