Html Css Color HEX #BA5232 Grenadier

📋 copy color: '#BA5232'

red 186 ◦ green 82 ◦ blue 50

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

Shades of Grenadier #BA5232

Tints of Grenadier #BA5232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

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

R = 58.49%
G = 25.79%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA5232 (or 0xBA5232) is known color: Grenadier. HEX triplet: BA, 52 and 32. RGB value is (186,82,50). Sum of RGB (Red+Green+Blue) = 186+82+50=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5232 is #45ADCD. Grayscale: #6D6D6D. Windows color (decimal): -4566478 or 3297978. OLE color: 3297978.

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

Color convert

RGB 186 82 50 -
CMYK 0 0.56 0.73 0.27
HSL 14.12º 0.58% 0.46% -
HSV(B) 14.12º 0.73% 0.73% -
XYZ 23.84 16.7 4.99 -
YUV 109.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 186 82 50 0 0.56 0.73 0.27 14.12 0.58 0.46
Hex BA 52 32 0 38 49 1B E 3A 2E
Octal 272 122 62 0 70 111 33 16 72 56
Binary 10111010 1010010 110010 0 111000 1001001 11011 1110 111010 101110

Color Harmonies of #BA5232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5232

Black with #BA5232

Text Example


Text Example

White with #BA5232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5232; }

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

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

background-color css

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

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

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

border-color css

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

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

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