#BA5141

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

Shades of Chestnut #BA5141

Tints of Chestnut #BA5141

Color information

#BA5141 (or 0xBA5141) is unknown color: approx Chestnut. HEX triplet: BA, 51 and 41. RGB value is (186,81,65). Sum of RGB (Red+Green+Blue) = 186+81+65=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5141 is #45AEBE. Grayscale: #6E6E6E. Windows color (decimal): -4566719 or 4280762. OLE color: 4280762.

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

Color convert

RGB1868165-
CMYK00.560.650.27
HSL7.93º48.21%49.22%-
HSV(B)7.93º65.05%72.94%-
XYZ24.1516.716.95-
YUV110.57102.29181.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 81 (32.03% from 255) = 24.40%
BLUE value IS 65 (25.78% from 255) = 19.58%
R=56.02%
G=24.40%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186816500.560.650.277.9348.2149.22
HexBA5141038411B83031
Octal27212110107010133106061
Binary101110101010001100000101110001000001110111000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5141; }

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

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

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

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

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

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

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

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