#BA4A41

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

Shades of Chestnut #BA4A41

Tints of Chestnut #BA4A41

Color information

#BA4A41 (or 0xBA4A41) is unknown color: approx Chestnut. HEX triplet: BA, 4A and 41. RGB value is (186,74,65). Sum of RGB (Red+Green+Blue) = 186+74+65=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A41 is #45B5BE. Grayscale: #6A6A6A. Windows color (decimal): -4568511 or 4278970. OLE color: 4278970.

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

Color convert

RGB1867465-
CMYK00.600.650.27
HSL4.46º48.21%49.22%-
HSV(B)4.46º65.05%72.94%-
XYZ23.6515.726.79-
YUV106.46104.61184.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 65 (25.78% from 255) = 20%
R=57.23%
G=22.77%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186746500.600.650.274.4648.2149.22
HexBA4A4103C411B43031
Octal2721121010741013346061
Binary10111010100101010000010111100100000111011100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4A41; }

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

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

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

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

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

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

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

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