#BA5137

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

Shades of Grenadier #BA5137

Tints of Grenadier #BA5137

Color information

#BA5137 (or 0xBA5137) is unknown color: approx Grenadier. HEX triplet: BA, 51 and 37. RGB value is (186,81,55). Sum of RGB (Red+Green+Blue) = 186+81+55=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5137 is #45AEC8. Grayscale: #6D6D6D. Windows color (decimal): -4566729 or 3625402. OLE color: 3625402.

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

Color convert

RGB1868155-
CMYK00.560.700.27
HSL11.91º54.36%47.25%-
HSV(B)11.91º70.43%72.94%-
XYZ23.8816.65.56-
YUV109.4397.29182.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 81 (32.03% from 255) = 25.16%
BLUE value IS 55 (21.88% from 255) = 17.08%
R=57.76%
G=25.16%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186815500.560.700.2711.9154.3647.25
HexBA5137038461Bc362f
Octal2721216707010633146657
Binary10111010101000111011101110001000110110111100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5137; }

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

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

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

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

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

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

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

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