#BA5133

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

Shades of Grenadier #BA5133

Tints of Grenadier #BA5133

Color information

#BA5133 (or 0xBA5133) is unknown color: approx Grenadier. HEX triplet: BA, 51 and 33. RGB value is (186,81,51). Sum of RGB (Red+Green+Blue) = 186+81+51=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5133 is #45AECC. Grayscale: #6D6D6D. Windows color (decimal): -4566733 or 3363258. OLE color: 3363258.

HSL color Cylindrical-coordinate representation of color #BA5133: hue angle of 13.33º degrees, saturation: 0.57, 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 #BA5133 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB1868151-
CMYK00.560.730.27
HSL13.33º56.96%46.47%-
HSV(B)13.33º72.58%72.94%-
XYZ23.7916.565.08-
YUV108.9895.29182.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 51 (20.31% from 255) = 16.04%
R=58.49%
G=25.47%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186815100.560.730.2713.3356.9646.47
HexBA5133038491Bd392e
Octal2721216307011133157156
Binary10111010101000111001101110001001001110111101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5133; }

 p { color: rgb(186,81,51); }

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

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

 a { background-color: rgb(186,81,51); }

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

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

 span { border-color: rgb(186,81,51); }

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