Html Css Color HEX #BA5036 Grenadier

📋 copy color: '#BA5036'

red 186 ◦ green 80 ◦ blue 54

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

Shades of Grenadier #BA5036

Tints of Grenadier #BA5036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.88%

R = 58.13%
G = 25%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA5036 (or 0xBA5036) is known color: Grenadier. HEX triplet: BA, 50 and 36. RGB value is (186,80,54). Sum of RGB (Red+Green+Blue) = 186+80+54=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5036 is #45AFC9. Grayscale: #6C6C6C. Windows color (decimal): -4566986 or 3559610. OLE color: 3559610.

HSL color Cylindrical-coordinate representation of color #BA5036: hue angle of 11.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA5036 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 80 54 -
CMYK 0 0.57 0.71 0.27
HSL 11.82º 0.55% 0.47% -
HSV(B) 11.82º 0.71% 0.73% -
XYZ 23.78 16.44 5.41 -
YUV 108.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 186 80 54 0 0.57 0.71 0.27 11.82 0.55 0.47
Hex BA 50 36 0 39 47 1B C 37 2F
Octal 272 120 66 0 71 107 33 14 67 57
Binary 10111010 1010000 110110 0 111001 1000111 11011 1100 110111 101111

Color Harmonies of #BA5036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5036

Black with #BA5036

Text Example


Text Example

White with #BA5036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5036; }

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

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

background-color css

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

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

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

border-color css

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

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

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