#BA4833

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

Shades of Grenadier #BA4833

Tints of Grenadier #BA4833

Color information

#BA4833 (or 0xBA4833) is unknown color: approx Grenadier. HEX triplet: BA, 48 and 33. RGB value is (186,72,51). Sum of RGB (Red+Green+Blue) = 186+72+51=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4833 is #45B7CC. Grayscale: #676767. Windows color (decimal): -4569037 or 3360954. OLE color: 3360954.

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

Color convert

RGB1867251-
CMYK00.610.730.27
HSL9.33º56.96%46.47%-
HSV(B)9.33º72.58%72.94%-
XYZ23.1615.314.87-
YUV103.6998.27186.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 51 (20.31% from 255) = 16.50%
R=60.19%
G=23.30%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186725100.610.730.279.3356.9646.47
HexBA483303D491B9392e
Octal2721106307511133117156
Binary10111010100100011001101111011001001110111001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4833; }

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

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

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

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

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

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

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

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