#BA4730

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

Shades of Grenadier #BA4730

Tints of Grenadier #BA4730

Color information

#BA4730 (or 0xBA4730) is unknown color: approx Grenadier. HEX triplet: BA, 47 and 30. RGB value is (186,71,48). Sum of RGB (Red+Green+Blue) = 186+71+48=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4730 is #45B8CF. Grayscale: #666666. Windows color (decimal): -4569296 or 3164090. OLE color: 3164090.

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

Color convert

RGB1867148-
CMYK00.620.740.27
HSL10º58.97%45.88%-
HSV(B)10º74.19%72.94%-
XYZ23.0415.164.51-
YUV102.7697.1187.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=60.98%
G=23.28%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186714800.620.740.271058.9745.88
HexBA473003E4A1Ba3b2e
Octal2721076007611233127356
Binary10111010100011111000001111101001010110111010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4730; }

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

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

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

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

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

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

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

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