Html Css Color HEX #BA5039 Grenadier

📋 copy color: '#BA5039'

red 186 ◦ green 80 ◦ blue 57

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

Shades of Grenadier #BA5039

Tints of Grenadier #BA5039

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.77%

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

R = 57.59%
G = 24.77%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA5039 (or 0xBA5039) is known color: Grenadier. HEX triplet: BA, 50 and 39. RGB value is (186,80,57). Sum of RGB (Red+Green+Blue) = 186+80+57=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5039 is #45AFC6. Grayscale: #6D6D6D. Windows color (decimal): -4566983 or 3756218. OLE color: 3756218.

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

Color convert

RGB 186 80 57 -
CMYK 0 0.57 0.69 0.27
HSL 10.7º 0.53% 0.48% -
HSV(B) 10.7º 0.69% 0.73% -
XYZ 23.86 16.47 5.79 -
YUV 109.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 186 80 57 0 0.57 0.69 0.27 10.7 0.53 0.48
Hex BA 50 39 0 39 45 1B B 35 30
Octal 272 120 71 0 71 105 33 13 65 60
Binary 10111010 1010000 111001 0 111001 1000101 11011 1011 110101 110000

Color Harmonies of #BA5039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5039

Black with #BA5039

Text Example


Text Example

White with #BA5039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5039; }

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

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

background-color css

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

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

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

border-color css

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

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

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