#BA4E38

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

Shades of Grenadier #BA4E38

Tints of Grenadier #BA4E38

Color information

#BA4E38 (or 0xBA4E38) is unknown color: approx Grenadier. HEX triplet: BA, 4E and 38. RGB value is (186,78,56). Sum of RGB (Red+Green+Blue) = 186+78+56=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E38 is #45B1C7. Grayscale: #6B6B6B. Windows color (decimal): -4567496 or 3690170. OLE color: 3690170.

HSL color Cylindrical-coordinate representation of color #BA4E38: hue angle of 10.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4E38 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1867856-
CMYK00.580.700.27
HSL10.15º53.72%47.45%-
HSV(B)10.15º69.89%72.94%-
XYZ23.6916.175.61-
YUV107.7898.78183.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 56 (22.27% from 255) = 17.5%
R=58.12%
G=24.38%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186785600.580.700.2710.1553.7247.45
HexBA4E3803A461Ba362f
Octal2721167007210633126657
Binary10111010100111011100001110101000110110111010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E38; }

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

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

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

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

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

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

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

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