#BA4E30

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

Shades of Grenadier #BA4E30

Tints of Grenadier #BA4E30

Color information

#BA4E30 (or 0xBA4E30) is unknown color: approx Grenadier. HEX triplet: BA, 4E and 30. RGB value is (186,78,48). Sum of RGB (Red+Green+Blue) = 186+78+48=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E30 is #45B1CF. Grayscale: #6B6B6B. Windows color (decimal): -4567504 or 3165882. OLE color: 3165882.

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

Color convert

RGB1867848-
CMYK00.580.740.27
HSL13.04º58.97%45.88%-
HSV(B)13.04º74.19%72.94%-
XYZ23.5116.14.67-
YUV106.8794.78184.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 48 (19.14% from 255) = 15.38%
R=59.62%
G=25%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186784800.580.740.2713.0458.9745.88
HexBA4E3003A4A1Bd3b2e
Octal2721166007211233157356
Binary10111010100111011000001110101001010110111101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E30; }

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

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

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

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

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

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

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

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