#BA5536

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

Shades of Grenadier #BA5536

Tints of Grenadier #BA5536

Color information

#BA5536 (or 0xBA5536) is unknown color: approx Grenadier. HEX triplet: BA, 55 and 36. RGB value is (186,85,54). Sum of RGB (Red+Green+Blue) = 186+85+54=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5536 is #45AAC9. Grayscale: #6F6F6F. Windows color (decimal): -4565706 or 3560890. OLE color: 3560890.

HSL color Cylindrical-coordinate representation of color #BA5536: hue angle of 14.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA5536 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB1868554-
CMYK00.540.710.27
HSL14.09º55%47.06%-
HSV(B)14.09º70.97%72.94%-
XYZ24.1617.25.54-
YUV111.6695.46181.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 54 (21.48% from 255) = 16.62%
R=57.23%
G=26.15%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186855400.540.710.2714.095547.06
HexBA5536036471Be372f
Octal2721256606610733166757
Binary10111010101010111011001101101000111110111110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5536; }

 p { color: rgb(186,85,54); }

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

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

 a { background-color: rgb(186,85,54); }

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

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

 span { border-color: rgb(186,85,54); }

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