#BA4537

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

Shades of Grenadier #BA4537

Tints of Grenadier #BA4537

Color information

#BA4537 (or 0xBA4537) is unknown color: approx Grenadier. HEX triplet: BA, 45 and 37. RGB value is (186,69,55). Sum of RGB (Red+Green+Blue) = 186+69+55=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4537 is #45BAC8. Grayscale: #666666. Windows color (decimal): -4569801 or 3622330. OLE color: 3622330.

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

Color convert

RGB1866955-
CMYK00.630.700.27
HSL6.41º54.36%47.25%-
HSV(B)6.41º70.43%72.94%-
XYZ23.0714.975.29-
YUV102.39101.26187.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60%
GREEN value IS 69 (27.34% from 255) = 22.26%
BLUE value IS 55 (21.88% from 255) = 17.74%
R=60%
G=22.26%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186695500.630.700.276.4154.3647.25
HexBA453703F461B6362f
Octal272105670771063366657
Binary1011101010001011101110111111100011011011110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4537; }

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

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

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

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

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

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

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

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