#BA543C

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

Shades of Grenadier #BA543C

Tints of Grenadier #BA543C

Color information

#BA543C (or 0xBA543C) is unknown color: approx Grenadier. HEX triplet: BA, 54 and 3C. RGB value is (186,84,60). Sum of RGB (Red+Green+Blue) = 186+84+60=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA543C is #45ABC3. Grayscale: #6F6F6F. Windows color (decimal): -4565956 or 3953850. OLE color: 3953850.

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

Color convert

RGB1868460-
CMYK00.550.680.27
HSL11.43º51.22%48.24%-
HSV(B)11.43º67.74%72.94%-
XYZ24.2417.116.3-
YUV111.7698.79180.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.36%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 60 (23.83% from 255) = 18.18%
R=56.36%
G=25.45%
B=18.18%

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
Decimal186846000.550.680.2711.4351.2248.24
HexBA543C037441Bb3330
Octal2721247406710433136360
Binary10111010101010011110001101111000100110111011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA543C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA543C; }

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

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

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

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

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

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

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

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