Html Css Color HEX #BA4432 Grenadier

📋 copy color: '#BA4432'

red 186 ◦ green 68 ◦ blue 50

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

Shades of Grenadier #BA4432

Tints of Grenadier #BA4432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

 BLUE value IS 50 (19.92% from 255) = 16.45%

R = 61.18%
G = 22.37%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA4432 (or 0xBA4432) is known color: Grenadier. HEX triplet: BA, 44 and 32. RGB value is (186,68,50). Sum of RGB (Red+Green+Blue) = 186+68+50=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4432 is #45BBCD. Grayscale: #656565. Windows color (decimal): -4570062 or 3294394. OLE color: 3294394.

HSL color Cylindrical-coordinate representation of color #BA4432: hue angle of 7.94º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA4432 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 68 50 -
CMYK 0 0.63 0.73 0.27
HSL 7.94º 0.58% 0.46% -
HSV(B) 7.94º 0.73% 0.73% -
XYZ 22.89 14.8 4.67 -
YUV 101.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 186 68 50 0 0.63 0.73 0.27 7.94 0.58 0.46
Hex BA 44 32 0 3F 49 1B 8 3A 2E
Octal 272 104 62 0 77 111 33 10 72 56
Binary 10111010 1000100 110010 0 111111 1001001 11011 1000 111010 101110

Color Harmonies of #BA4432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4432

Black with #BA4432

Text Example


Text Example

White with #BA4432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4432; }

 p { color: rgb(186,68,50); }

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

background-color css

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

 a { background-color: rgb(186,68,50); }

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

border-color css

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

 span { border-color: rgb(186,68,50); }

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