#BA4737

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

Shades of Grenadier #BA4737

Tints of Grenadier #BA4737

Color information

#BA4737 (or 0xBA4737) is unknown color: approx Grenadier. HEX triplet: BA, 47 and 37. RGB value is (186,71,55). Sum of RGB (Red+Green+Blue) = 186+71+55=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4737 is #45B8C8. Grayscale: #676767. Windows color (decimal): -4569289 or 3622842. OLE color: 3622842.

HSL color Cylindrical-coordinate representation of color #BA4737: hue angle of 7.33º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4737 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1867155-
CMYK00.620.700.27
HSL7.33º54.36%47.25%-
HSV(B)7.33º70.43%72.94%-
XYZ23.1915.225.33-
YUV103.56100.6186.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 71 (28.12% from 255) = 22.76%
BLUE value IS 55 (21.88% from 255) = 17.63%
R=59.62%
G=22.76%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186715500.620.700.277.3354.3647.25
HexBA473703E461B7362f
Octal272107670761063376657
Binary1011101010001111101110111110100011011011111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4737; }

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

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

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

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

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

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

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

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