#BA523B

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

Shades of Grenadier #BA523B

Tints of Grenadier #BA523B

Color information

#BA523B (or 0xBA523B) is unknown color: approx Grenadier. HEX triplet: BA, 52 and 3B. RGB value is (186,82,59). Sum of RGB (Red+Green+Blue) = 186+82+59=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA523B is #45ADC4. Grayscale: #6E6E6E. Windows color (decimal): -4566469 or 3887802. OLE color: 3887802.

HSL color Cylindrical-coordinate representation of color #BA523B: hue angle of 10.87º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA523B is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1868259-
CMYK00.560.680.27
HSL10.87º51.84%48.04%-
HSV(B)10.87º68.28%72.94%-
XYZ24.0616.796.11-
YUV110.4798.96181.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 59 (23.44% from 255) = 18.04%
R=56.88%
G=25.08%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186825900.560.680.2710.8751.8448.04
HexBA523B038441Bb3430
Octal2721227307010433136460
Binary10111010101001011101101110001000100110111011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA523B; }

 p { color: rgb(186,82,59); }

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

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

 a { background-color: rgb(186,82,59); }

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

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

 span { border-color: rgb(186,82,59); }

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