Html Css Color HEX #BA5439 Grenadier

📋 copy color: '#BA5439'

red 186 ◦ green 84 ◦ blue 57

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

Shades of Grenadier #BA5439

Tints of Grenadier #BA5439

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.69%

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

R = 56.88%
G = 25.69%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA5439 (or 0xBA5439) is known color: Grenadier. HEX triplet: BA, 54 and 39. RGB value is (186,84,57). Sum of RGB (Red+Green+Blue) = 186+84+57=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5439 is #45ABC6. Grayscale: #6F6F6F. Windows color (decimal): -4565959 or 3757242. OLE color: 3757242.

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

Color convert

RGB 186 84 57 -
CMYK 0 0.55 0.69 0.27
HSL 12.56º 0.53% 0.48% -
HSV(B) 12.56º 0.69% 0.73% -
XYZ 24.16 17.08 5.89 -
YUV 111.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 186 84 57 0 0.55 0.69 0.27 12.56 0.53 0.48
Hex BA 54 39 0 37 45 1B D 35 30
Octal 272 124 71 0 67 105 33 15 65 60
Binary 10111010 1010100 111001 0 110111 1000101 11011 1101 110101 110000

Color Harmonies of #BA5439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5439

Black with #BA5439

Text Example


Text Example

White with #BA5439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5439; }

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

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

background-color css

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

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

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

border-color css

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

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

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