#BA4533

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

Shades of Grenadier #BA4533

Tints of Grenadier #BA4533

Color information

#BA4533 (or 0xBA4533) is unknown color: approx Grenadier. HEX triplet: BA, 45 and 33. RGB value is (186,69,51). Sum of RGB (Red+Green+Blue) = 186+69+51=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4533 is #45BACC. Grayscale: #666666. Windows color (decimal): -4569805 or 3360186. OLE color: 3360186.

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

Color convert

RGB1866951-
CMYK00.630.730.27
HSL56.96%46.47%-
HSV(B)72.58%72.94%-
XYZ22.9814.934.8-
YUV101.9399.26187.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.78%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=60.78%
G=22.55%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186695100.630.730.27856.9646.47
HexBA453303F491B8392e
Octal2721056307711133107156
Binary10111010100010111001101111111001001110111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4533; }

 p { color: rgb(186,69,51); }

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

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

 a { background-color: rgb(186,69,51); }

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

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

 span { border-color: rgb(186,69,51); }

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