#ba4839

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

Shades of Grenadier #BA4839

Tints of Grenadier #BA4839

Color information

#BA4839 (or 0xBA4839) is unknown color: approx Grenadier. HEX triplet: BA, 48 and 39. RGB value is (186,72,57). Sum of RGB (Red+Green+Blue) = 186+72+57=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4839 is #45B7C6. Grayscale: #686868. Windows color (decimal): -4569031 or 3754170. OLE color: 3754170.

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

Color convert

RGB1867257-
CMYK00.610.690.27
HSL6.98º53.09%47.65%-
HSV(B)6.98º69.35%72.94%-
XYZ23.3115.375.61-
YUV104.38101.27186.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.05%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 57 (22.66% from 255) = 18.10%
R=59.05%
G=22.86%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186725700.610.690.276.9853.0947.65
HexBA483903D451B73530
Octal272110710751053376560
Binary1011101010010001110010111101100010111011111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba4839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba4839; }

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

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

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

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

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

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

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

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