Html Css Color HEX #BA492C Grenadier

📋 copy color: '#BA492C'

red 186 ◦ green 73 ◦ blue 44

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

Shades of Grenadier #BA492C

Tints of Grenadier #BA492C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 61.39%
G = 24.09%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA492C (or 0xBA492C) is known color: Grenadier. HEX triplet: BA, 49 and 2C. RGB value is (186,73,44). Sum of RGB (Red+Green+Blue) = 186+73+44=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA492C is #45B6D3. Grayscale: #676767. Windows color (decimal): -4568788 or 2902458. OLE color: 2902458.

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

Color convert

RGB 186 73 44 -
CMYK 0 0.61 0.76 0.27
HSL 12.25º 0.62% 0.45% -
HSV(B) 12.25º 0.76% 0.73% -
XYZ 23.09 15.39 4.14 -
YUV 103.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 186 73 44 0 0.61 0.76 0.27 12.25 0.62 0.45
Hex BA 49 2C 0 3D 4C 1B C 3E 2D
Octal 272 111 54 0 75 114 33 14 76 55
Binary 10111010 1001001 101100 0 111101 1001100 11011 1100 111110 101101

Color Harmonies of #BA492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA492C

Black with #BA492C

Text Example


Text Example

White with #BA492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA492C; }

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

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

background-color css

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

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

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

border-color css

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

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

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