Html Css Color HEX #BA503E Grenadier

📋 copy color: '#BA503E'

red 186 ◦ green 80 ◦ blue 62

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

Shades of Grenadier #BA503E

Tints of Grenadier #BA503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

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

R = 56.71%
G = 24.39%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA503E (or 0xBA503E) is known color: Grenadier. HEX triplet: BA, 50 and 3E. RGB value is (186,80,62). Sum of RGB (Red+Green+Blue) = 186+80+62=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA503E is #45AFC1. Grayscale: #6D6D6D. Windows color (decimal): -4566978 or 4083898. OLE color: 4083898.

HSL color Cylindrical-coordinate representation of color #BA503E: hue angle of 8.71º 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 #BA503E is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 80 62 -
CMYK 0 0.57 0.67 0.27
HSL 8.71º 0.5% 0.49% -
HSV(B) 8.71º 0.67% 0.73% -
XYZ 23.99 16.52 6.48 -
YUV 109.64 101.12 182.46 -
System Red Green Blue C M Y K H S L
Decimal 186 80 62 0 0.57 0.67 0.27 8.71 0.5 0.49
Hex BA 50 3E 0 39 43 1B 9 32 31
Octal 272 120 76 0 71 103 33 11 62 61
Binary 10111010 1010000 111110 0 111001 1000011 11011 1001 110010 110001

Color Harmonies of #BA503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA503E

Black with #BA503E

Text Example


Text Example

White with #BA503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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