#BA4535

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

Shades of Grenadier #BA4535

Tints of Grenadier #BA4535

Color information

#BA4535 (or 0xBA4535) is unknown color: approx Grenadier. HEX triplet: BA, 45 and 35. RGB value is (186,69,53). Sum of RGB (Red+Green+Blue) = 186+69+53=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4535 is #45BACA. Grayscale: #666666. Windows color (decimal): -4569803 or 3491258. OLE color: 3491258.

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

Color convert

RGB1866953-
CMYK00.630.720.27
HSL7.22º55.65%46.86%-
HSV(B)7.22º71.51%72.94%-
XYZ23.0214.955.04-
YUV102.16100.26187.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.39%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=60.39%
G=22.40%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186695300.630.720.277.2255.6546.86
HexBA453503F481B7382f
Octal272105650771103377057
Binary1011101010001011101010111111100100011011111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4535; }

 p { color: rgb(186,69,53); }

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

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

 a { background-color: rgb(186,69,53); }

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

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

 span { border-color: rgb(186,69,53); }

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