#BA5439

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

Shades of Grenadier #BA5439

Tints of Grenadier #BA5439

Color information

#BA5439 (or 0xBA5439) is unknown color: approx Grenadier. HEX triplet: BA, 54 and 39. RGB value is (186,84,57). Sum of RGB (Red+Green+Blue) = 186+84+57=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5439 is #45ABC6. Grayscale: #6F6F6F. Windows color (decimal): -4565959 or 3757242. OLE color: 3757242.

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

Color convert

RGB1868457-
CMYK00.550.690.27
HSL12.56º53.09%47.65%-
HSV(B)12.56º69.35%72.94%-
XYZ24.1617.085.89-
YUV111.4297.29181.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 57 (22.66% from 255) = 17.43%
R=56.88%
G=25.69%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186845700.550.690.2712.5653.0947.65
HexBA5439037451Bd3530
Octal2721247106710533156560
Binary10111010101010011100101101111000101110111101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5439; }

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

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

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

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

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

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

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

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