Html Css Color HEX #BA4D31 Grenadier

📋 copy color: '#BA4D31'

red 186 ◦ green 77 ◦ blue 49

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

Shades of Grenadier #BA4D31

Tints of Grenadier #BA4D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.68%

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

R = 59.62%
G = 24.68%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA4D31 (or 0xBA4D31) is known color: Grenadier. HEX triplet: BA, 4D and 31. RGB value is (186,77,49). Sum of RGB (Red+Green+Blue) = 186+77+49=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D31 is #45B2CE. Grayscale: #6A6A6A. Windows color (decimal): -4567759 or 3231162. OLE color: 3231162.

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

Color convert

RGB 186 77 49 -
CMYK 0 0.59 0.74 0.27
HSL 12.26º 0.58% 0.46% -
HSV(B) 12.26º 0.74% 0.73% -
XYZ 23.46 15.97 4.75 -
YUV 106.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 186 77 49 0 0.59 0.74 0.27 12.26 0.58 0.46
Hex BA 4D 31 0 3B 4A 1B C 3A 2E
Octal 272 115 61 0 73 112 33 14 72 56
Binary 10111010 1001101 110001 0 111011 1001010 11011 1100 111010 101110

Color Harmonies of #BA4D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D31

Black with #BA4D31

Text Example


Text Example

White with #BA4D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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