Html Css Color HEX #BA4829 Grenadier

📋 copy color: '#BA4829'

red 186 ◦ green 72 ◦ blue 41

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

Shades of Grenadier #BA4829

Tints of Grenadier #BA4829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 62.21%
G = 24.08%
B = 13.71%

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

#BA4829 (or 0xBA4829) is known color: Grenadier. HEX triplet: BA, 48 and 29. RGB value is (186,72,41). Sum of RGB (Red+Green+Blue) = 186+72+41=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4829 is #45B7D6. Grayscale: #666666. Windows color (decimal): -4569047 or 2705594. OLE color: 2705594.

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

Color convert

RGB 186 72 41 -
CMYK 0 0.61 0.78 0.27
HSL 12.83º 0.64% 0.45% -
HSV(B) 12.83º 0.78% 0.73% -
XYZ 22.97 15.23 3.83 -
YUV 102.55 93.27 187.52 -
System Red Green Blue C M Y K H S L
Decimal 186 72 41 0 0.61 0.78 0.27 12.83 0.64 0.45
Hex BA 48 29 0 3D 4E 1B D 40 2D
Octal 272 110 51 0 75 116 33 15 100 55
Binary 10111010 1001000 101001 0 111101 1001110 11011 1101 1000000 101101

Color Harmonies of #BA4829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4829

Black with #BA4829

Text Example


Text Example

White with #BA4829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4829; }

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

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

background-color css

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

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

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

border-color css

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

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

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