#BA8946

Color #BA8946 Marigold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marigold #BA8946

Tints of Marigold #BA8946

Color information

#BA8946 (or 0xBA8946) is unknown color: approx Marigold. HEX triplet: BA, 89 and 46. RGB value is (186,137,70). Sum of RGB (Red+Green+Blue) = 186+137+70=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8946 is #4576B9. Grayscale: #909090. Windows color (decimal): -4552378 or 4622778. OLE color: 4622778.

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

Color convert

RGB18613770-
CMYK00.260.620.27
HSL34.66º45.67%50.2%-
HSV(B)34.66º62.37%72.94%-
XYZ30.328.779.75-
YUV144.0186.23157.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 70 (27.73% from 255) = 17.81%
R=47.33%
G=34.86%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861377000.260.620.2734.6645.6750.2
HexBA894601A3E1B232e32
Octal2722111060327633435662
Binary1011101010001001100011001101011111011011100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8946; }

 p { color: rgb(186,137,70); }

 H1.HeaderClassName
 {
   color: #BA8946;
 }
 .AnyTagClassName
 {
   color: #BA8946;
 }
</style>
background-color css

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

 a { background-color: rgb(186,137,70); }

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

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

 span { border-color: rgb(186,137,70); }

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