Html Css Color HEX #BA492F Grenadier

📋 copy color: '#BA492F'

red 186 ◦ green 73 ◦ blue 47

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

Shades of Grenadier #BA492F

Tints of Grenadier #BA492F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 60.78%
G = 23.86%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA492F (or 0xBA492F) is known color: Grenadier. HEX triplet: BA, 49 and 2F. RGB value is (186,73,47). Sum of RGB (Red+Green+Blue) = 186+73+47=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA492F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA492F is #45B6D0. Grayscale: #686868. Windows color (decimal): -4568785 or 3099066. OLE color: 3099066.

HSL color Cylindrical-coordinate representation of color #BA492F: hue angle of 11.22º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA492F is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 73 47 -
CMYK 0 0.61 0.75 0.27
HSL 11.22º 0.6% 0.46% -
HSV(B) 11.22º 0.75% 0.73% -
XYZ 23.15 15.41 4.44 -
YUV 103.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 186 73 47 0 0.61 0.75 0.27 11.22 0.6 0.46
Hex BA 49 2F 0 3D 4B 1B B 3C 2E
Octal 272 111 57 0 75 113 33 13 74 56
Binary 10111010 1001001 101111 0 111101 1001011 11011 1011 111100 101110

Color Harmonies of #BA492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA492F

Black with #BA492F

Text Example


Text Example

White with #BA492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA492F; }

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

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

background-color css

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

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

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

border-color css

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

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

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