#BA513A

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

Shades of Grenadier #BA513A

Tints of Grenadier #BA513A

Color information

#BA513A (or 0xBA513A) is unknown color: approx Grenadier. HEX triplet: BA, 51 and 3A. RGB value is (186,81,58). Sum of RGB (Red+Green+Blue) = 186+81+58=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA513A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA513A is #45AEC5. Grayscale: #6D6D6D. Windows color (decimal): -4566726 or 3822010. OLE color: 3822010.

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

Color convert

RGB1868158-
CMYK00.560.690.27
HSL10.78º52.46%47.84%-
HSV(B)10.78º68.82%72.94%-
XYZ23.9616.635.95-
YUV109.7798.79182.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=57.23%
G=24.92%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186815800.560.690.2710.7852.4647.84
HexBA513A038451Bb3430
Octal2721217207010533136460
Binary10111010101000111101001110001000101110111011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA513A; }

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

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

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

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

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

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

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

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