Html Css Color HEX #BA4739 Grenadier

📋 copy color: '#BA4739'

red 186 ◦ green 71 ◦ blue 57

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

Shades of Grenadier #BA4739

Tints of Grenadier #BA4739

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.61%

 BLUE value IS 57 (22.66% from 255) = 18.15%

R = 59.24%
G = 22.61%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA4739 (or 0xBA4739) is known color: Grenadier. HEX triplet: BA, 47 and 39. RGB value is (186,71,57). Sum of RGB (Red+Green+Blue) = 186+71+57=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4739 is #45B8C6. Grayscale: #676767. Windows color (decimal): -4569287 or 3753914. OLE color: 3753914.

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

Color convert

RGB 186 71 57 -
CMYK 0 0.62 0.69 0.27
HSL 6.51º 0.53% 0.48% -
HSV(B) 6.51º 0.69% 0.73% -
XYZ 23.24 15.24 5.59 -
YUV 103.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 186 71 57 0 0.62 0.69 0.27 6.51 0.53 0.48
Hex BA 47 39 0 3E 45 1B 7 35 30
Octal 272 107 71 0 76 105 33 7 65 60
Binary 10111010 1000111 111001 0 111110 1000101 11011 111 110101 110000

Color Harmonies of #BA4739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4739

Black with #BA4739

Text Example


Text Example

White with #BA4739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4739; }

 p { color: rgb(186,71,57); }

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

background-color css

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

 a { background-color: rgb(186,71,57); }

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

border-color css

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

 span { border-color: rgb(186,71,57); }

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