#BA4E33

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

Shades of Grenadier #BA4E33

Tints of Grenadier #BA4E33

Color information

#BA4E33 (or 0xBA4E33) is unknown color: approx Grenadier. HEX triplet: BA, 4E and 33. RGB value is (186,78,51). Sum of RGB (Red+Green+Blue) = 186+78+51=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E33 is #45B1CC. Grayscale: #6B6B6B. Windows color (decimal): -4567501 or 3362490. OLE color: 3362490.

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

Color convert

RGB1867851-
CMYK00.580.730.27
HSL12º56.96%46.47%-
HSV(B)12º72.58%72.94%-
XYZ23.5716.135-
YUV107.2196.28184.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.05%
GREEN value IS 78 (30.86% from 255) = 24.76%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=59.05%
G=24.76%
B=16.19%

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
Decimal186785100.580.730.271256.9646.47
HexBA4E3303A491Bc392e
Octal2721166307211133147156
Binary10111010100111011001101110101001001110111100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E33; }

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

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

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

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

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

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

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

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