#BA4325

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

Shades of Grenadier #BA4325

Tints of Grenadier #BA4325

Color information

#BA4325 (or 0xBA4325) is unknown color: approx Grenadier. HEX triplet: BA, 43 and 25. RGB value is (186,67,37). Sum of RGB (Red+Green+Blue) = 186+67+37=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4325 is #45BCDA. Grayscale: #636363. Windows color (decimal): -4570331 or 2442170. OLE color: 2442170.

HSL color Cylindrical-coordinate representation of color #BA4325: hue angle of 12.08º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA4325 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1866737-
CMYK00.640.800.27
HSL12.08º66.82%43.73%-
HSV(B)12.08º80.11%72.94%-
XYZ22.5914.593.38-
YUV99.1692.92189.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.14%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 37 (14.84% from 255) = 12.76%
R=64.14%
G=23.10%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186673700.640.800.2712.0866.8243.73
HexBA4325040501Bc432c
Octal272103450100120331410354
Binary1011101010000111001010100000010100001101111001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4325; }

 p { color: rgb(186,67,37); }

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

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

 a { background-color: rgb(186,67,37); }

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

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

 span { border-color: rgb(186,67,37); }

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