#BA5140

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

Shades of Chestnut #BA5140

Tints of Chestnut #BA5140

Color information

#BA5140 (or 0xBA5140) is unknown color: approx Chestnut. HEX triplet: BA, 51 and 40. RGB value is (186,81,64). Sum of RGB (Red+Green+Blue) = 186+81+64=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5140 is #45AEBF. Grayscale: #6E6E6E. Windows color (decimal): -4566720 or 4215226. OLE color: 4215226.

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

Color convert

RGB1868164-
CMYK00.560.660.27
HSL8.36º48.8%49.02%-
HSV(B)8.36º65.59%72.94%-
XYZ24.1216.696.8-
YUV110.46101.79181.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 64 (25.39% from 255) = 19.34%
R=56.19%
G=24.47%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186816400.560.660.278.3648.849.02
HexBA5140038421B83131
Octal27212110007010233106161
Binary101110101010001100000001110001000010110111000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5140; }

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

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

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

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

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

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

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

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