#BA4539

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

Shades of Grenadier #BA4539

Tints of Grenadier #BA4539

Color information

#BA4539 (or 0xBA4539) is unknown color: approx Grenadier. HEX triplet: BA, 45 and 39. RGB value is (186,69,57). Sum of RGB (Red+Green+Blue) = 186+69+57=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4539 is #45BAC6. Grayscale: #666666. Windows color (decimal): -4569799 or 3753402. OLE color: 3753402.

HSL color Cylindrical-coordinate representation of color #BA4539: hue angle of 5.58º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4539 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1866957-
CMYK00.630.690.27
HSL5.58º53.09%47.65%-
HSV(B)5.58º69.35%72.94%-
XYZ23.1214.995.55-
YUV102.62102.26187.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 57 (22.66% from 255) = 18.27%
R=59.62%
G=22.12%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186695700.630.690.275.5853.0947.65
HexBA453903F451B63530
Octal272105710771053366560
Binary1011101010001011110010111111100010111011110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4539; }

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

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

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

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

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

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

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

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