Html Css Color HEX #BA5032 Grenadier

📋 copy color: '#BA5032'

red 186 ◦ green 80 ◦ blue 50

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

Shades of Grenadier #BA5032

Tints of Grenadier #BA5032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

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

R = 58.86%
G = 25.32%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA5032 (or 0xBA5032) is known color: Grenadier. HEX triplet: BA, 50 and 32. RGB value is (186,80,50). Sum of RGB (Red+Green+Blue) = 186+80+50=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5032 is #45AFCD. Grayscale: #6C6C6C. Windows color (decimal): -4566990 or 3297466. OLE color: 3297466.

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

Color convert

RGB 186 80 50 -
CMYK 0 0.57 0.73 0.27
HSL 13.24º 0.58% 0.46% -
HSV(B) 13.24º 0.73% 0.73% -
XYZ 23.69 16.41 4.94 -
YUV 108.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 186 80 50 0 0.57 0.73 0.27 13.24 0.58 0.46
Hex BA 50 32 0 39 49 1B D 3A 2E
Octal 272 120 62 0 71 111 33 15 72 56
Binary 10111010 1010000 110010 0 111001 1001001 11011 1101 111010 101110

Color Harmonies of #BA5032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5032

Black with #BA5032

Text Example


Text Example

White with #BA5032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5032; }

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

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

background-color css

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

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

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

border-color css

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

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

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