Html Css Color HEX #BA5037 Grenadier

📋 copy color: '#BA5037'

red 186 ◦ green 80 ◦ blue 55

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

Shades of Grenadier #BA5037

Tints of Grenadier #BA5037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.13%

R = 57.94%
G = 24.92%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA5037 (or 0xBA5037) is known color: Grenadier. HEX triplet: BA, 50 and 37. RGB value is (186,80,55). Sum of RGB (Red+Green+Blue) = 186+80+55=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5037 is #45AFC8. Grayscale: #6D6D6D. Windows color (decimal): -4566985 or 3625146. OLE color: 3625146.

HSL color Cylindrical-coordinate representation of color #BA5037: hue angle of 11.45º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA5037 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 80 55 -
CMYK 0 0.57 0.70 0.27
HSL 11.45º 0.54% 0.47% -
HSV(B) 11.45º 0.7% 0.73% -
XYZ 23.81 16.45 5.54 -
YUV 108.84 97.62 183.03 -
System Red Green Blue C M Y K H S L
Decimal 186 80 55 0 0.57 0.70 0.27 11.45 0.54 0.47
Hex BA 50 37 0 39 46 1B B 36 2F
Octal 272 120 67 0 71 106 33 13 66 57
Binary 10111010 1010000 110111 0 111001 1000110 11011 1011 110110 101111

Color Harmonies of #BA5037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5037

Black with #BA5037

Text Example


Text Example

White with #BA5037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5037; }

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

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

background-color css

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

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

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

border-color css

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

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

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