Html Css Color HEX #BA5437 Grenadier

📋 copy color: '#BA5437'

red 186 ◦ green 84 ◦ blue 55

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

Shades of Grenadier #BA5437

Tints of Grenadier #BA5437

RGB

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

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

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

R = 57.23%
G = 25.85%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA5437 (or 0xBA5437) is known color: Grenadier. HEX triplet: BA, 54 and 37. RGB value is (186,84,55). Sum of RGB (Red+Green+Blue) = 186+84+55=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5437 is #45ABC8. Grayscale: #6F6F6F. Windows color (decimal): -4565961 or 3626170. OLE color: 3626170.

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

Color convert

RGB 186 84 55 -
CMYK 0 0.55 0.70 0.27
HSL 13.28º 0.54% 0.47% -
HSV(B) 13.28º 0.7% 0.73% -
XYZ 24.11 17.06 5.64 -
YUV 111.19 96.29 181.36 -
System Red Green Blue C M Y K H S L
Decimal 186 84 55 0 0.55 0.70 0.27 13.28 0.54 0.47
Hex BA 54 37 0 37 46 1B D 36 2F
Octal 272 124 67 0 67 106 33 15 66 57
Binary 10111010 1010100 110111 0 110111 1000110 11011 1101 110110 101111

Color Harmonies of #BA5437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5437

Black with #BA5437

Text Example


Text Example

White with #BA5437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5437; }

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

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

background-color css

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

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

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

border-color css

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

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

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