#BA5239

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

Shades of Grenadier #BA5239

Tints of Grenadier #BA5239

Color information

#BA5239 (or 0xBA5239) is unknown color: approx Grenadier. HEX triplet: BA, 52 and 39. RGB value is (186,82,57). Sum of RGB (Red+Green+Blue) = 186+82+57=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5239 is #45ADC6. Grayscale: #6E6E6E. Windows color (decimal): -4566471 or 3756730. OLE color: 3756730.

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

Color convert

RGB1868257-
CMYK00.560.690.27
HSL11.63º53.09%47.65%-
HSV(B)11.63º69.35%72.94%-
XYZ24.0116.775.84-
YUV110.2597.96182.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 57 (22.66% from 255) = 17.54%
R=57.23%
G=25.23%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186825700.560.690.2711.6353.0947.65
HexBA5239038451Bc3530
Octal2721227107010533146560
Binary10111010101001011100101110001000101110111100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5239; }

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

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

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

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

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

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

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

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