Html Css Color HEX #BA4939 Grenadier

📋 copy color: '#BA4939'

red 186 ◦ green 73 ◦ blue 57

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

Shades of Grenadier #BA4939

Tints of Grenadier #BA4939

RGB

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

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

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

R = 58.86%
G = 23.1%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA4939 (or 0xBA4939) is known color: Grenadier. HEX triplet: BA, 49 and 39. RGB value is (186,73,57). Sum of RGB (Red+Green+Blue) = 186+73+57=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4939 is #45B6C6. Grayscale: #696969. Windows color (decimal): -4568775 or 3754426. OLE color: 3754426.

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

Color convert

RGB 186 73 57 -
CMYK 0 0.61 0.69 0.27
HSL 7.44º 0.53% 0.48% -
HSV(B) 7.44º 0.69% 0.73% -
XYZ 23.37 15.5 5.63 -
YUV 104.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 186 73 57 0 0.61 0.69 0.27 7.44 0.53 0.48
Hex BA 49 39 0 3D 45 1B 7 35 30
Octal 272 111 71 0 75 105 33 7 65 60
Binary 10111010 1001001 111001 0 111101 1000101 11011 111 110101 110000

Color Harmonies of #BA4939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4939

Black with #BA4939

Text Example


Text Example

White with #BA4939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4939; }

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

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

background-color css

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

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

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

border-color css

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

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

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