#BA523F

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

Shades of Grenadier #BA523F

Tints of Grenadier #BA523F

Color information

#BA523F (or 0xBA523F) is unknown color: approx Grenadier. HEX triplet: BA, 52 and 3F. RGB value is (186,82,63). Sum of RGB (Red+Green+Blue) = 186+82+63=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA523F is #45ADC0. Grayscale: #6F6F6F. Windows color (decimal): -4566465 or 4149946. OLE color: 4149946.

HSL color Cylindrical-coordinate representation of color #BA523F: hue angle of 9.27º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA523F is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1868263-
CMYK00.560.660.27
HSL9.27º49.4%48.82%-
HSV(B)9.27º66.13%72.94%-
XYZ24.1616.836.68-
YUV110.93100.96181.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 63 (25% from 255) = 19.03%
R=56.19%
G=24.77%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186826300.560.660.279.2749.448.82
HexBA523F038421B93131
Octal2721227707010233116161
Binary10111010101001011111101110001000010110111001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA523F; }

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

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

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

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

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

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

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

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