#BA4C46

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

Shades of Chestnut #BA4C46

Tints of Chestnut #BA4C46

Color information

#BA4C46 (or 0xBA4C46) is unknown color: approx Chestnut. HEX triplet: BA, 4C and 46. RGB value is (186,76,70). Sum of RGB (Red+Green+Blue) = 186+76+70=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C46 is #45B3B9. Grayscale: #6C6C6C. Windows color (decimal): -4567994 or 4607162. OLE color: 4607162.

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

Color convert

RGB1867670-
CMYK00.590.620.27
HSL3.1º45.67%50.2%-
HSV(B)3.1º62.37%72.94%-
XYZ23.9416.057.63-
YUV108.21106.44183.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=56.02%
G=22.89%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186767000.590.620.273.145.6750.2
HexBA4C4603B3E1B32e32
Octal272114106073763335662
Binary101110101001100100011001110111111101101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C46; }

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

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

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

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

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

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

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

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