#BA4540

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

Shades of Chestnut #BA4540

Tints of Chestnut #BA4540

Color information

#BA4540 (or 0xBA4540) is unknown color: approx Chestnut. HEX triplet: BA, 45 and 40. RGB value is (186,69,64). Sum of RGB (Red+Green+Blue) = 186+69+64=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4540 is #45BABF. Grayscale: #676767. Windows color (decimal): -4569792 or 4212154. OLE color: 4212154.

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

Color convert

RGB1866964-
CMYK00.630.660.27
HSL2.46º48.8%49.02%-
HSV(B)2.46º65.59%72.94%-
XYZ23.315.076.53-
YUV103.41105.76186.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.31%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=58.31%
G=21.63%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186696400.630.660.272.4648.849.02
HexBA454003F421B23131
Octal2721051000771023326161
Binary1011101010001011000000011111110000101101110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4540; }

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

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

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

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

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

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

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

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