Html Css Color HEX #BA5137 Grenadier

📋 copy color: '#BA5137'

red 186 ◦ green 81 ◦ blue 55

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

Shades of Grenadier #BA5137

Tints of Grenadier #BA5137

RGB

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

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

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

R = 57.76%
G = 25.16%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA5137 (or 0xBA5137) is known color: Grenadier. HEX triplet: BA, 51 and 37. RGB value is (186,81,55). Sum of RGB (Red+Green+Blue) = 186+81+55=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5137 is #45AEC8. Grayscale: #6D6D6D. Windows color (decimal): -4566729 or 3625402. OLE color: 3625402.

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

Color convert

RGB 186 81 55 -
CMYK 0 0.56 0.70 0.27
HSL 11.91º 0.54% 0.47% -
HSV(B) 11.91º 0.7% 0.73% -
XYZ 23.88 16.6 5.56 -
YUV 109.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 186 81 55 0 0.56 0.70 0.27 11.91 0.54 0.47
Hex BA 51 37 0 38 46 1B C 36 2F
Octal 272 121 67 0 70 106 33 14 66 57
Binary 10111010 1010001 110111 0 111000 1000110 11011 1100 110110 101111

Color Harmonies of #BA5137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5137

Black with #BA5137

Text Example


Text Example

White with #BA5137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5137; }

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

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

background-color css

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

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

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

border-color css

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

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

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