Html Css Color HEX #BA493B Grenadier

📋 copy color: '#BA493B'

red 186 ◦ green 73 ◦ blue 59

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

Shades of Grenadier #BA493B

Tints of Grenadier #BA493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 58.49%
G = 22.96%
B = 18.55%

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

#BA493B (or 0xBA493B) is known color: Grenadier. HEX triplet: BA, 49 and 3B. RGB value is (186,73,59). Sum of RGB (Red+Green+Blue) = 186+73+59=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA493B is #45B6C4. Grayscale: #696969. Windows color (decimal): -4568773 or 3885498. OLE color: 3885498.

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

Color convert

RGB 186 73 59 -
CMYK 0 0.61 0.68 0.27
HSL 6.61º 0.52% 0.48% -
HSV(B) 6.61º 0.68% 0.73% -
XYZ 23.42 15.52 5.9 -
YUV 105.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 186 73 59 0 0.61 0.68 0.27 6.61 0.52 0.48
Hex BA 49 3B 0 3D 44 1B 7 34 30
Octal 272 111 73 0 75 104 33 7 64 60
Binary 10111010 1001001 111011 0 111101 1000100 11011 111 110100 110000

Color Harmonies of #BA493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA493B

Black with #BA493B

Text Example


Text Example

White with #BA493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA493B; }

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

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

background-color css

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

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

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

border-color css

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

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

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