Html Css Color HEX #BA4736 Grenadier

📋 copy color: '#BA4736'

red 186 ◦ green 71 ◦ blue 54

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

Shades of Grenadier #BA4736

Tints of Grenadier #BA4736

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.83%

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

R = 59.81%
G = 22.83%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA4736 (or 0xBA4736) is known color: Grenadier. HEX triplet: BA, 47 and 36. RGB value is (186,71,54). Sum of RGB (Red+Green+Blue) = 186+71+54=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4736 is #45B8C9. Grayscale: #676767. Windows color (decimal): -4569290 or 3557306. OLE color: 3557306.

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

Color convert

RGB 186 71 54 -
CMYK 0 0.62 0.71 0.27
HSL 7.73º 0.55% 0.47% -
HSV(B) 7.73º 0.71% 0.73% -
XYZ 23.17 15.21 5.21 -
YUV 103.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 186 71 54 0 0.62 0.71 0.27 7.73 0.55 0.47
Hex BA 47 36 0 3E 47 1B 8 37 2F
Octal 272 107 66 0 76 107 33 10 67 57
Binary 10111010 1000111 110110 0 111110 1000111 11011 1000 110111 101111

Color Harmonies of #BA4736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4736

Black with #BA4736

Text Example


Text Example

White with #BA4736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4736; }

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

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

background-color css

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

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

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

border-color css

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

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

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