Html Css Color HEX #BA4929 Grenadier

📋 copy color: '#BA4929'

red 186 ◦ green 73 ◦ blue 41

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

Shades of Grenadier #BA4929

Tints of Grenadier #BA4929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.33%

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

R = 62%
G = 24.33%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA4929 (or 0xBA4929) is known color: Grenadier. HEX triplet: BA, 49 and 29. RGB value is (186,73,41). Sum of RGB (Red+Green+Blue) = 186+73+41=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4929 is #45B6D6. Grayscale: #676767. Windows color (decimal): -4568791 or 2705850. OLE color: 2705850.

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

Color convert

RGB 186 73 41 -
CMYK 0 0.61 0.78 0.27
HSL 13.24º 0.64% 0.45% -
HSV(B) 13.24º 0.78% 0.73% -
XYZ 23.03 15.36 3.85 -
YUV 103.14 92.94 187.1 -
System Red Green Blue C M Y K H S L
Decimal 186 73 41 0 0.61 0.78 0.27 13.24 0.64 0.45
Hex BA 49 29 0 3D 4E 1B D 40 2D
Octal 272 111 51 0 75 116 33 15 100 55
Binary 10111010 1001001 101001 0 111101 1001110 11011 1101 1000000 101101

Color Harmonies of #BA4929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4929

Black with #BA4929

Text Example


Text Example

White with #BA4929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4929; }

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

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

background-color css

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

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

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

border-color css

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

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

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