#BA4630

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

Shades of Grenadier #BA4630

Tints of Grenadier #BA4630

Color information

#BA4630 (or 0xBA4630) is unknown color: approx Grenadier. HEX triplet: BA, 46 and 30. RGB value is (186,70,48). Sum of RGB (Red+Green+Blue) = 186+70+48=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4630 is #45B9CF. Grayscale: #666666. Windows color (decimal): -4569552 or 3163834. OLE color: 3163834.

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

Color convert

RGB1867048-
CMYK00.620.740.27
HSL9.57º58.97%45.88%-
HSV(B)9.57º74.19%72.94%-
XYZ22.9715.034.49-
YUV102.1897.43187.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.18%
GREEN value IS 70 (27.73% from 255) = 23.03%
BLUE value IS 48 (19.14% from 255) = 15.79%
R=61.18%
G=23.03%
B=15.79%

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
Decimal186704800.620.740.279.5758.9745.88
HexBA463003E4A1Ba3b2e
Octal2721066007611233127356
Binary10111010100011011000001111101001010110111010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4630; }

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

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

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

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

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

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

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

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