Html Css Color HEX #BA493C Grenadier

📋 copy color: '#BA493C'

red 186 ◦ green 73 ◦ blue 60

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

Shades of Grenadier #BA493C

Tints of Grenadier #BA493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.88%

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

R = 58.31%
G = 22.88%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA493C (or 0xBA493C) is known color: Grenadier. HEX triplet: BA, 49 and 3C. RGB value is (186,73,60). Sum of RGB (Red+Green+Blue) = 186+73+60=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA493C is #45B6C3. Grayscale: #696969. Windows color (decimal): -4568772 or 3951034. OLE color: 3951034.

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

Color convert

RGB 186 73 60 -
CMYK 0 0.61 0.68 0.27
HSL 6.19º 0.51% 0.48% -
HSV(B) 6.19º 0.68% 0.73% -
XYZ 23.45 15.53 6.04 -
YUV 105.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 186 73 60 0 0.61 0.68 0.27 6.19 0.51 0.48
Hex BA 49 3C 0 3D 44 1B 6 33 30
Octal 272 111 74 0 75 104 33 6 63 60
Binary 10111010 1001001 111100 0 111101 1000100 11011 110 110011 110000

Color Harmonies of #BA493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA493C

Black with #BA493C

Text Example


Text Example

White with #BA493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA493C; }

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

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

background-color css

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

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

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

border-color css

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

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

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