#BA4B41

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

Shades of Chestnut #BA4B41

Tints of Chestnut #BA4B41

Color information

#BA4B41 (or 0xBA4B41) is unknown color: approx Chestnut. HEX triplet: BA, 4B and 41. RGB value is (186,75,65). Sum of RGB (Red+Green+Blue) = 186+75+65=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B41 is #45B4BE. Grayscale: #6B6B6B. Windows color (decimal): -4568255 or 4279226. OLE color: 4279226.

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

Color convert

RGB1867565-
CMYK00.600.650.27
HSL4.96º48.21%49.22%-
HSV(B)4.96º65.05%72.94%-
XYZ23.7215.856.81-
YUV107.05104.27184.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 65 (25.78% from 255) = 19.94%
R=57.06%
G=23.01%
B=19.94%

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
Decimal186756500.600.650.274.9648.2149.22
HexBA4B4103C411B53031
Octal2721131010741013356061
Binary10111010100101110000010111100100000111011101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B41; }

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

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

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

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

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

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

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

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