Html Css Color HEX #BA513A Grenadier

📋 copy color: '#BA513A'

red 186 ◦ green 81 ◦ blue 58

#BA513A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #BA513A

Tints of Grenadier #BA513A

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 value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA513A (or 0xBA513A) is known color: 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

RGB 186 81 58 -
CMYK 0 0.56 0.69 0.27
HSL 10.78º 0.52% 0.48% -
HSV(B) 10.78º 0.69% 0.73% -
XYZ 23.96 16.63 5.95 -
YUV 109.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 186 81 58 0 0.56 0.69 0.27 10.78 0.52 0.48
Hex BA 51 3A 0 38 45 1B B 34 30
Octal 272 121 72 0 70 105 33 13 64 60
Binary 10111010 1010001 111010 0 111000 1000101 11011 1011 110100 110000

Color Harmonies of #BA513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA513A

Black with #BA513A

Text Example


Text Example

White with #BA513A

Text Example


Text Example

HTML Codes & Css Web 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>