#BA4946

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

Shades of Chestnut #BA4946

Tints of Chestnut #BA4946

Color information

#BA4946 (or 0xBA4946) is unknown color: approx Chestnut. HEX triplet: BA, 49 and 46. RGB value is (186,73,70). Sum of RGB (Red+Green+Blue) = 186+73+70=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4946 is #45B6B9. Grayscale: #6A6A6A. Windows color (decimal): -4568762 or 4606394. OLE color: 4606394.

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

Color convert

RGB1867370-
CMYK00.610.620.27
HSL1.55º45.67%50.2%-
HSV(B)1.55º62.37%72.94%-
XYZ23.7415.657.56-
YUV106.44107.44184.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=56.53%
G=22.19%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186737000.610.620.271.5545.6750.2
HexBA494603D3E1B22e32
Octal272111106075763325662
Binary101110101001001100011001111011111101101110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4946; }

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

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

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

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

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

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

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

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