#BA523D

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

Shades of Grenadier #BA523D

Tints of Grenadier #BA523D

Color information

#BA523D (or 0xBA523D) is unknown color: approx Grenadier. HEX triplet: BA, 52 and 3D. RGB value is (186,82,61). Sum of RGB (Red+Green+Blue) = 186+82+61=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA523D is #45ADC2. Grayscale: #6E6E6E. Windows color (decimal): -4566467 or 4018874. OLE color: 4018874.

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

Color convert

RGB1868261-
CMYK00.560.670.27
HSL10.08º50.61%48.43%-
HSV(B)10.08º67.2%72.94%-
XYZ24.1116.816.39-
YUV110.799.96181.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 61 (24.22% from 255) = 18.54%
R=56.53%
G=24.92%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186826100.560.670.2710.0850.6148.43
HexBA523D038431Ba3330
Octal2721227507010333126360
Binary10111010101001011110101110001000011110111010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA523D; }

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

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

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

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

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

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

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

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