Html Css Color HEX #BA4729 Grenadier

📋 copy color: '#BA4729'

red 186 ◦ green 71 ◦ blue 41

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

Shades of Grenadier #BA4729

Tints of Grenadier #BA4729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.76%

R = 62.42%
G = 23.83%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA4729 (or 0xBA4729) is known color: Grenadier. HEX triplet: BA, 47 and 29. RGB value is (186,71,41). Sum of RGB (Red+Green+Blue) = 186+71+41=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4729 is #45B8D6. Grayscale: #666666. Windows color (decimal): -4569303 or 2705338. OLE color: 2705338.

HSL color Cylindrical-coordinate representation of color #BA4729: hue angle of 12.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA4729 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 71 41 -
CMYK 0 0.62 0.78 0.27
HSL 12.41º 0.64% 0.45% -
HSV(B) 12.41º 0.78% 0.73% -
XYZ 22.9 15.11 3.81 -
YUV 101.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 186 71 41 0 0.62 0.78 0.27 12.41 0.64 0.45
Hex BA 47 29 0 3E 4E 1B C 40 2D
Octal 272 107 51 0 76 116 33 14 100 55
Binary 10111010 1000111 101001 0 111110 1001110 11011 1100 1000000 101101

Color Harmonies of #BA4729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4729

Black with #BA4729

Text Example


Text Example

White with #BA4729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4729; }

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

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

background-color css

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

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

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

border-color css

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

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

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