#BA4E39

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

Shades of Grenadier #BA4E39

Tints of Grenadier #BA4E39

Color information

#BA4E39 (or 0xBA4E39) is unknown color: approx Grenadier. HEX triplet: BA, 4E and 39. RGB value is (186,78,57). Sum of RGB (Red+Green+Blue) = 186+78+57=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E39 is #45B1C6. Grayscale: #6C6C6C. Windows color (decimal): -4567495 or 3755706. OLE color: 3755706.

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

Color convert

RGB1867857-
CMYK00.580.690.27
HSL9.77º53.09%47.65%-
HSV(B)9.77º69.35%72.94%-
XYZ23.7116.185.74-
YUV107.999.28183.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 57 (22.66% from 255) = 17.76%
R=57.94%
G=24.30%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186785700.580.690.279.7753.0947.65
HexBA4E3903A451Ba3530
Octal2721167107210533126560
Binary10111010100111011100101110101000101110111010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E39; }

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

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

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

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

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

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

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

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