#BA4628

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

Shades of Grenadier #BA4628

Tints of Grenadier #BA4628

Color information

#BA4628 (or 0xBA4628) is unknown color: approx Grenadier. HEX triplet: BA, 46 and 28. RGB value is (186,70,40). Sum of RGB (Red+Green+Blue) = 186+70+40=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4628 is #45B9D7. Grayscale: #656565. Windows color (decimal): -4569560 or 2639546. OLE color: 2639546.

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

Color convert

RGB1867040-
CMYK00.620.780.27
HSL12.33º64.6%44.31%-
HSV(B)12.33º78.49%72.94%-
XYZ22.8214.973.69-
YUV101.2693.43188.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.84%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 40 (16.02% from 255) = 13.51%
R=62.84%
G=23.65%
B=13.51%

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
Decimal186704000.620.780.2712.3364.644.31
HexBA462803E4E1Bc412c
Octal27210650076116331410154
Binary101110101000110101000011111010011101101111001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4628; }

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

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

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

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

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

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

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

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