#BA533C

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

Shades of Grenadier #BA533C

Tints of Grenadier #BA533C

Color information

#BA533C (or 0xBA533C) is unknown color: approx Grenadier. HEX triplet: BA, 53 and 3C. RGB value is (186,83,60). Sum of RGB (Red+Green+Blue) = 186+83+60=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA533C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA533C is #45ACC3. Grayscale: #6F6F6F. Windows color (decimal): -4566212 or 3953594. OLE color: 3953594.

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

Color convert

RGB1868360-
CMYK00.550.680.27
HSL10.95º51.22%48.24%-
HSV(B)10.95º67.74%72.94%-
XYZ24.1616.956.27-
YUV111.1899.12181.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=56.53%
G=25.23%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186836000.550.680.2710.9551.2248.24
HexBA533C037441Bb3330
Octal2721237406710433136360
Binary10111010101001111110001101111000100110111011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA533C; }

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

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

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

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

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

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

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

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