Html Css Color HEX #BA4329 Grenadier

📋 copy color: '#BA4329'

red 186 ◦ green 67 ◦ blue 41

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

Shades of Grenadier #BA4329

Tints of Grenadier #BA4329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

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

R = 63.27%
G = 22.79%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA4329 (or 0xBA4329) is known color: Grenadier. HEX triplet: BA, 43 and 29. RGB value is (186,67,41). Sum of RGB (Red+Green+Blue) = 186+67+41=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4329 is #45BCD6. Grayscale: #636363. Windows color (decimal): -4570327 or 2704314. OLE color: 2704314.

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

Color convert

RGB 186 67 41 -
CMYK 0 0.64 0.78 0.27
HSL 10.76º 0.64% 0.45% -
HSV(B) 10.76º 0.78% 0.73% -
XYZ 22.66 14.61 3.72 -
YUV 99.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 186 67 41 0 0.64 0.78 0.27 10.76 0.64 0.45
Hex BA 43 29 0 40 4E 1B B 40 2D
Octal 272 103 51 0 100 116 33 13 100 55
Binary 10111010 1000011 101001 0 1000000 1001110 11011 1011 1000000 101101

Color Harmonies of #BA4329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4329

Black with #BA4329

Text Example


Text Example

White with #BA4329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4329; }

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

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

background-color css

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

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

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

border-color css

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

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

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