#BA5037

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

Shades of Grenadier #BA5037

Tints of Grenadier #BA5037

Color information

#BA5037 (or 0xBA5037) is unknown color: approx Grenadier. HEX triplet: BA, 50 and 37. RGB value is (186,80,55). Sum of RGB (Red+Green+Blue) = 186+80+55=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5037 is #45AFC8. Grayscale: #6D6D6D. Windows color (decimal): -4566985 or 3625146. OLE color: 3625146.

HSL color Cylindrical-coordinate representation of color #BA5037: hue angle of 11.45º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA5037 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1868055-
CMYK00.570.700.27
HSL11.45º54.36%47.25%-
HSV(B)11.45º70.43%72.94%-
XYZ23.8116.455.54-
YUV108.8497.62183.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 55 (21.88% from 255) = 17.13%
R=57.94%
G=24.92%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186805500.570.700.2711.4554.3647.25
HexBA5037039461Bb362f
Octal2721206707110633136657
Binary10111010101000011011101110011000110110111011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5037; }

 p { color: rgb(186,80,55); }

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

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

 a { background-color: rgb(186,80,55); }

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

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

 span { border-color: rgb(186,80,55); }

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