#BA4E32

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

Shades of Grenadier #BA4E32

Tints of Grenadier #BA4E32

Color information

#BA4E32 (or 0xBA4E32) is unknown color: approx Grenadier. HEX triplet: BA, 4E and 32. RGB value is (186,78,50). Sum of RGB (Red+Green+Blue) = 186+78+50=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E32 is #45B1CD. Grayscale: #6B6B6B. Windows color (decimal): -4567502 or 3296954. OLE color: 3296954.

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

Color convert

RGB1867850-
CMYK00.580.730.27
HSL12.35º57.63%46.27%-
HSV(B)12.35º73.12%72.94%-
XYZ23.5516.124.89-
YUV107.195.78184.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.24%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 50 (19.92% from 255) = 15.92%
R=59.24%
G=24.84%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186785000.580.730.2712.3557.6346.27
HexBA4E3203A491Bc3a2e
Octal2721166207211133147256
Binary10111010100111011001001110101001001110111100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E32; }

 p { color: rgb(186,78,50); }

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

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

 a { background-color: rgb(186,78,50); }

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

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

 span { border-color: rgb(186,78,50); }

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