#BA4B32

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

Shades of Grenadier #BA4B32

Tints of Grenadier #BA4B32

Color information

#BA4B32 (or 0xBA4B32) is unknown color: approx Grenadier. HEX triplet: BA, 4B and 32. RGB value is (186,75,50). Sum of RGB (Red+Green+Blue) = 186+75+50=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B32 is #45B4CD. Grayscale: #696969. Windows color (decimal): -4568270 or 3296186. OLE color: 3296186.

HSL color Cylindrical-coordinate representation of color #BA4B32: hue angle of 11.03º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA4B32 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB1867550-
CMYK00.600.730.27
HSL11.03º57.63%46.27%-
HSV(B)11.03º73.12%72.94%-
XYZ23.3415.74.82-
YUV105.3496.77185.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 50 (19.92% from 255) = 16.08%
R=59.81%
G=24.12%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186755000.600.730.2711.0357.6346.27
HexBA4B3203C491Bb3a2e
Octal2721136207411133137256
Binary10111010100101111001001111001001001110111011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B32; }

 p { color: rgb(186,75,50); }

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

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

 a { background-color: rgb(186,75,50); }

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

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

 span { border-color: rgb(186,75,50); }

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