#BA4629

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

Shades of Grenadier #BA4629

Tints of Grenadier #BA4629

Color information

#BA4629 (or 0xBA4629) is unknown color: approx Grenadier. HEX triplet: BA, 46 and 29. RGB value is (186,70,41). Sum of RGB (Red+Green+Blue) = 186+70+41=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4629 is #45B9D6. Grayscale: #656565. Windows color (decimal): -4569559 or 2705082. OLE color: 2705082.

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

Color convert

RGB1867041-
CMYK00.620.780.27
HSL12º63.88%44.51%-
HSV(B)12º77.96%72.94%-
XYZ22.8414.983.79-
YUV101.3893.93188.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.63%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=62.63%
G=23.57%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186704100.620.780.271263.8844.51
HexBA462903E4E1Bc402d
Octal27210651076116331410055
Binary101110101000110101001011111010011101101111001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4629; }

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

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

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

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

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

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

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

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