Html Css Color HEX #BA5139 Grenadier

📋 copy color: '#BA5139'

red 186 ◦ green 81 ◦ blue 57

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

Shades of Grenadier #BA5139

Tints of Grenadier #BA5139

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25%

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

R = 57.41%
G = 25%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA5139 (or 0xBA5139) is known color: Grenadier. HEX triplet: BA, 51 and 39. RGB value is (186,81,57). Sum of RGB (Red+Green+Blue) = 186+81+57=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5139 is #45AEC6. Grayscale: #6D6D6D. Windows color (decimal): -4566727 or 3756474. OLE color: 3756474.

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

Color convert

RGB 186 81 57 -
CMYK 0 0.56 0.69 0.27
HSL 11.16º 0.53% 0.48% -
HSV(B) 11.16º 0.69% 0.73% -
XYZ 23.93 16.62 5.82 -
YUV 109.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 186 81 57 0 0.56 0.69 0.27 11.16 0.53 0.48
Hex BA 51 39 0 38 45 1B B 35 30
Octal 272 121 71 0 70 105 33 13 65 60
Binary 10111010 1010001 111001 0 111000 1000101 11011 1011 110101 110000

Color Harmonies of #BA5139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5139

Black with #BA5139

Text Example


Text Example

White with #BA5139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5139; }

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

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

background-color css

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

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

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

border-color css

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

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

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