Html Css Color HEX #BA4637 Grenadier

📋 copy color: '#BA4637'

red 186 ◦ green 70 ◦ blue 55

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

Shades of Grenadier #BA4637

Tints of Grenadier #BA4637

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.51%

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

R = 59.81%
G = 22.51%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA4637 (or 0xBA4637) is known color: Grenadier. HEX triplet: BA, 46 and 37. RGB value is (186,70,55). Sum of RGB (Red+Green+Blue) = 186+70+55=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4637 is #45B9C8. Grayscale: #676767. Windows color (decimal): -4569545 or 3622586. OLE color: 3622586.

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

Color convert

RGB 186 70 55 -
CMYK 0 0.62 0.70 0.27
HSL 6.87º 0.54% 0.47% -
HSV(B) 6.87º 0.7% 0.73% -
XYZ 23.13 15.1 5.31 -
YUV 102.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 186 70 55 0 0.62 0.70 0.27 6.87 0.54 0.47
Hex BA 46 37 0 3E 46 1B 7 36 2F
Octal 272 106 67 0 76 106 33 7 66 57
Binary 10111010 1000110 110111 0 111110 1000110 11011 111 110110 101111

Color Harmonies of #BA4637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4637

Black with #BA4637

Text Example


Text Example

White with #BA4637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4637; }

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

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

background-color css

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

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

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

border-color css

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

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

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