Html Css Color HEX #BA513E Grenadier

📋 copy color: '#BA513E'

red 186 ◦ green 81 ◦ blue 62

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

Shades of Grenadier #BA513E

Tints of Grenadier #BA513E

RGB

 RED value IS 186 (73.05% from 255) = 56.53%

 GREEN value IS 81 (32.03% from 255) = 24.62%

 BLUE value IS 62 (24.61% from 255) = 18.84%

R = 56.53%
G = 24.62%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA513E (or 0xBA513E) is known color: Grenadier. HEX triplet: BA, 51 and 3E. RGB value is (186,81,62). Sum of RGB (Red+Green+Blue) = 186+81+62=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA513E is #45AEC1. Grayscale: #6E6E6E. Windows color (decimal): -4566722 or 4084154. OLE color: 4084154.

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

Color convert

RGB 186 81 62 -
CMYK 0 0.56 0.67 0.27
HSL 9.19º 0.5% 0.49% -
HSV(B) 9.19º 0.67% 0.73% -
XYZ 24.06 16.67 6.51 -
YUV 110.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 186 81 62 0 0.56 0.67 0.27 9.19 0.5 0.49
Hex BA 51 3E 0 38 43 1B 9 32 31
Octal 272 121 76 0 70 103 33 11 62 61
Binary 10111010 1010001 111110 0 111000 1000011 11011 1001 110010 110001

Color Harmonies of #BA513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA513E

Black with #BA513E

Text Example


Text Example

White with #BA513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA513E; }

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

 H1.HeaderClassName
 {
   color: #BA513E;
 }
 .AnyTagClassName
 {
   color: #BA513E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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