Html Css Color HEX #BA4D36 Grenadier

📋 copy color: '#BA4D36'

red 186 ◦ green 77 ◦ blue 54

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

Shades of Grenadier #BA4D36

Tints of Grenadier #BA4D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 58.68%
G = 24.29%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA4D36 (or 0xBA4D36) is known color: Grenadier. HEX triplet: BA, 4D and 36. RGB value is (186,77,54). Sum of RGB (Red+Green+Blue) = 186+77+54=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D36 is #45B2C9. Grayscale: #6B6B6B. Windows color (decimal): -4567754 or 3558842. OLE color: 3558842.

HSL color Cylindrical-coordinate representation of color #BA4D36: hue angle of 10.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA4D36 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 77 54 -
CMYK 0 0.59 0.71 0.27
HSL 10.45º 0.55% 0.47% -
HSV(B) 10.45º 0.71% 0.73% -
XYZ 23.57 16.01 5.34 -
YUV 106.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 186 77 54 0 0.59 0.71 0.27 10.45 0.55 0.47
Hex BA 4D 36 0 3B 47 1B A 37 2F
Octal 272 115 66 0 73 107 33 12 67 57
Binary 10111010 1001101 110110 0 111011 1000111 11011 1010 110111 101111

Color Harmonies of #BA4D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D36

Black with #BA4D36

Text Example


Text Example

White with #BA4D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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