Html Css Color HEX #BA4E31 Grenadier

📋 copy color: '#BA4E31'

red 186 ◦ green 78 ◦ blue 49

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

Shades of Grenadier #BA4E31

Tints of Grenadier #BA4E31

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.92%

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 59.42%
G = 24.92%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA4E31 (or 0xBA4E31) is known color: Grenadier. HEX triplet: BA, 4E and 31. RGB value is (186,78,49). Sum of RGB (Red+Green+Blue) = 186+78+49=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E31 is #45B1CE. Grayscale: #6B6B6B. Windows color (decimal): -4567503 or 3231418. OLE color: 3231418.

HSL color Cylindrical-coordinate representation of color #BA4E31: hue angle of 12.7º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA4E31 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 49 -
CMYK 0 0.58 0.74 0.27
HSL 12.7º 0.58% 0.46% -
HSV(B) 12.7º 0.74% 0.73% -
XYZ 23.53 16.11 4.78 -
YUV 106.99 95.28 184.36 -
System Red Green Blue C M Y K H S L
Decimal 186 78 49 0 0.58 0.74 0.27 12.7 0.58 0.46
Hex BA 4E 31 0 3A 4A 1B D 3A 2E
Octal 272 116 61 0 72 112 33 15 72 56
Binary 10111010 1001110 110001 0 111010 1001010 11011 1101 111010 101110

Color Harmonies of #BA4E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E31

Black with #BA4E31

Text Example


Text Example

White with #BA4E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E31; }

 p { color: rgb(186,78,49); }

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

background-color css

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

 a { background-color: rgb(186,78,49); }

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

border-color css

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

 span { border-color: rgb(186,78,49); }

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