#BA4529

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

Shades of Grenadier #BA4529

Tints of Grenadier #BA4529

Color information

#BA4529 (or 0xBA4529) is unknown color: approx Grenadier. HEX triplet: BA, 45 and 29. RGB value is (186,69,41). Sum of RGB (Red+Green+Blue) = 186+69+41=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4529 is #45BAD6. Grayscale: #656565. Windows color (decimal): -4569815 or 2704826. OLE color: 2704826.

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

Color convert

RGB1866941-
CMYK00.630.780.27
HSL11.59º63.88%44.51%-
HSV(B)11.59º77.96%72.94%-
XYZ22.7814.863.76-
YUV100.7994.26188.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.84%
GREEN value IS 69 (27.34% from 255) = 23.31%
BLUE value IS 41 (16.41% from 255) = 13.85%
R=62.84%
G=23.31%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186694100.630.780.2711.5963.8844.51
HexBA452903F4E1Bc402d
Octal27210551077116331410055
Binary101110101000101101001011111110011101101111001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4529; }

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

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

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

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

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

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

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

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