#BA4633

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

Shades of Grenadier #BA4633

Tints of Grenadier #BA4633

Color information

#BA4633 (or 0xBA4633) is unknown color: approx Grenadier. HEX triplet: BA, 46 and 33. RGB value is (186,70,51). Sum of RGB (Red+Green+Blue) = 186+70+51=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4633 is #45B9CC. Grayscale: #666666. Windows color (decimal): -4569549 or 3360442. OLE color: 3360442.

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

Color convert

RGB1867051-
CMYK00.620.730.27
HSL8.44º56.96%46.47%-
HSV(B)8.44º72.58%72.94%-
XYZ23.0415.064.82-
YUV102.5298.93187.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.59%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=60.59%
G=22.80%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186705100.620.730.278.4456.9646.47
HexBA463303E491B8392e
Octal2721066307611133107156
Binary10111010100011011001101111101001001110111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4633; }

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

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

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

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

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

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

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

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