#BA463A

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

Shades of Grenadier #BA463A

Tints of Grenadier #BA463A

Color information

#BA463A (or 0xBA463A) is unknown color: approx Grenadier. HEX triplet: BA, 46 and 3A. RGB value is (186,70,58). Sum of RGB (Red+Green+Blue) = 186+70+58=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA463A is #45B9C5. Grayscale: #676767. Windows color (decimal): -4569542 or 3819194. OLE color: 3819194.

HSL color Cylindrical-coordinate representation of color #BA463A: hue angle of 5.63º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA463A is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1867058-
CMYK00.620.690.27
HSL5.63º52.46%47.84%-
HSV(B)5.63º68.82%72.94%-
XYZ23.215.125.7-
YUV103.32102.43186.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.24%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=59.24%
G=22.29%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186705800.620.690.275.6352.4647.84
HexBA463A03E451B63430
Octal272106720761053366460
Binary1011101010001101110100111110100010111011110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA463A; }

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

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

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

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

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

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

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

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