Html Css Color HEX #BA503C Grenadier

📋 copy color: '#BA503C'

red 186 ◦ green 80 ◦ blue 60

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

Shades of Grenadier #BA503C

Tints of Grenadier #BA503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.4%

R = 57.06%
G = 24.54%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA503C (or 0xBA503C) is known color: Grenadier. HEX triplet: BA, 50 and 3C. RGB value is (186,80,60). Sum of RGB (Red+Green+Blue) = 186+80+60=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA503C is #45AFC3. Grayscale: #6D6D6D. Windows color (decimal): -4566980 or 3952826. OLE color: 3952826.

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

Color convert

RGB 186 80 60 -
CMYK 0 0.57 0.68 0.27
HSL 9.52º 0.51% 0.48% -
HSV(B) 9.52º 0.68% 0.73% -
XYZ 23.93 16.5 6.2 -
YUV 109.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 186 80 60 0 0.57 0.68 0.27 9.52 0.51 0.48
Hex BA 50 3C 0 39 44 1B A 33 30
Octal 272 120 74 0 71 104 33 12 63 60
Binary 10111010 1010000 111100 0 111001 1000100 11011 1010 110011 110000

Color Harmonies of #BA503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA503C

Black with #BA503C

Text Example


Text Example

White with #BA503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA503C; }

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

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

background-color css

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

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

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

border-color css

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

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

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