Html Css Color HEX #BA5332 Grenadier

📋 copy color: '#BA5332'

red 186 ◦ green 83 ◦ blue 50

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

Shades of Grenadier #BA5332

Tints of Grenadier #BA5332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.02%

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

R = 58.31%
G = 26.02%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA5332 (or 0xBA5332) is known color: Grenadier. HEX triplet: BA, 53 and 32. RGB value is (186,83,50). Sum of RGB (Red+Green+Blue) = 186+83+50=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5332 is #45ACCD. Grayscale: #6E6E6E. Windows color (decimal): -4566222 or 3298234. OLE color: 3298234.

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

Color convert

RGB 186 83 50 -
CMYK 0 0.55 0.73 0.27
HSL 14.56º 0.58% 0.46% -
HSV(B) 14.56º 0.73% 0.73% -
XYZ 23.92 16.86 5.01 -
YUV 110.04 94.12 182.18 -
System Red Green Blue C M Y K H S L
Decimal 186 83 50 0 0.55 0.73 0.27 14.56 0.58 0.46
Hex BA 53 32 0 37 49 1B F 3A 2E
Octal 272 123 62 0 67 111 33 17 72 56
Binary 10111010 1010011 110010 0 110111 1001001 11011 1111 111010 101110

Color Harmonies of #BA5332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5332

Black with #BA5332

Text Example


Text Example

White with #BA5332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5332; }

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

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

background-color css

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

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

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

border-color css

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

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

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