#BA503C

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

Shades of Grenadier #BA503C

Tints of Grenadier #BA503C

Color information

#BA503C (or 0xBA503C) is unknown color: approx Grenadier. HEX triplet: BA, 50 and 3C. RGB value is (186,80,60). Sum of RGB (Red+Green+Blue) = 186+80+60=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA503C is #45AFC3. Grayscale: #6D6D6D. Windows color (decimal): -4566980 or 3952826. OLE color: 3952826.

HSL color Cylindrical-coordinate representation of color #BA503C: hue angle of 9.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA503C is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1868060-
CMYK00.570.680.27
HSL9.52º51.22%48.24%-
HSV(B)9.52º67.74%72.94%-
XYZ23.9316.56.2-
YUV109.41100.12182.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 80 (31.64% from 255) = 24.54%
BLUE value IS 60 (23.83% from 255) = 18.40%
R=57.06%
G=24.54%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186806000.570.680.279.5251.2248.24
HexBA503C039441Ba3330
Octal2721207407110433126360
Binary10111010101000011110001110011000100110111010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA503C; }

 p { color: rgb(186,80,60); }

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

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

 a { background-color: rgb(186,80,60); }

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

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

 span { border-color: rgb(186,80,60); }

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