#ba543b

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

Shades of Grenadier #BA543B

Tints of Grenadier #BA543B

Color information

#BA543B (or 0xBA543B) is unknown color: approx Grenadier. HEX triplet: BA, 54 and 3B. RGB value is (186,84,59). Sum of RGB (Red+Green+Blue) = 186+84+59=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA543B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA543B is #45ABC4. Grayscale: #6F6F6F. Windows color (decimal): -4565957 or 3888314. OLE color: 3888314.

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

Color convert

RGB1868459-
CMYK00.550.680.27
HSL11.81º51.84%48.04%-
HSV(B)11.81º68.28%72.94%-
XYZ24.2117.16.16-
YUV111.6598.29181.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 59 (23.44% from 255) = 17.93%
R=56.53%
G=25.53%
B=17.93%

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
Decimal186845900.550.680.2711.8151.8448.04
HexBA543B037441Bc3430
Octal2721247306710433146460
Binary10111010101010011101101101111000100110111100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba543b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba543b; }

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

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

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

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

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

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

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

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