#BA4040

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

Shades of Chestnut #BA4040

Tints of Chestnut #BA4040

Color information

#BA4040 (or 0xBA4040) is unknown color: approx Chestnut. HEX triplet: BA, 40 and 40. RGB value is (186,64,64). Sum of RGB (Red+Green+Blue) = 186+64+64=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4040 is #45BFBF. Grayscale: #646464. Windows color (decimal): -4571072 or 4210874. OLE color: 4210874.

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

Color convert

RGB1866464-
CMYK00.660.660.27
HSL48.8%49.02%-
HSV(B)65.59%72.94%-
XYZ23.0114.486.43-
YUV100.48107.42189-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.24%
GREEN value IS 64 (25.39% from 255) = 20.38%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=59.24%
G=20.38%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186646400.660.660.27048.849.02
HexBA4040042421B03131
Octal27210010001021023306161
Binary1011101010000001000000010000101000010110110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4040; }

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

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

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

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

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

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

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

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