Html Css Color HEX #BA4837 Grenadier

📋 copy color: '#BA4837'

red 186 ◦ green 72 ◦ blue 55

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

Shades of Grenadier #BA4837

Tints of Grenadier #BA4837

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23%

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

R = 59.42%
G = 23%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA4837 (or 0xBA4837) is known color: Grenadier. HEX triplet: BA, 48 and 37. RGB value is (186,72,55). Sum of RGB (Red+Green+Blue) = 186+72+55=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4837 is #45B7C8. Grayscale: #686868. Windows color (decimal): -4569033 or 3623098. OLE color: 3623098.

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

Color convert

RGB 186 72 55 -
CMYK 0 0.61 0.70 0.27
HSL 7.79º 0.54% 0.47% -
HSV(B) 7.79º 0.7% 0.73% -
XYZ 23.26 15.35 5.35 -
YUV 104.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 186 72 55 0 0.61 0.70 0.27 7.79 0.54 0.47
Hex BA 48 37 0 3D 46 1B 8 36 2F
Octal 272 110 67 0 75 106 33 10 66 57
Binary 10111010 1001000 110111 0 111101 1000110 11011 1000 110110 101111

Color Harmonies of #BA4837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4837

Black with #BA4837

Text Example


Text Example

White with #BA4837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4837; }

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

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

background-color css

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

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

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

border-color css

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

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

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