#BA4E36

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

Shades of Grenadier #BA4E36

Tints of Grenadier #BA4E36

Color information

#BA4E36 (or 0xBA4E36) is unknown color: approx Grenadier. HEX triplet: BA, 4E and 36. RGB value is (186,78,54). Sum of RGB (Red+Green+Blue) = 186+78+54=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E36 is #45B1C9. Grayscale: #6B6B6B. Windows color (decimal): -4567498 or 3559098. OLE color: 3559098.

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

Color convert

RGB1867854-
CMYK00.580.710.27
HSL10.91º55%47.06%-
HSV(B)10.91º70.97%72.94%-
XYZ23.6416.155.36-
YUV107.5697.78183.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=58.49%
G=24.53%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186785400.580.710.2710.915547.06
HexBA4E3603A471Bb372f
Octal2721166607210733136757
Binary10111010100111011011001110101000111110111011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E36; }

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

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

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

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

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

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

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

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