#BA8546

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

Shades of Marigold #BA8546

Tints of Marigold #BA8546

Color information

#BA8546 (or 0xBA8546) is unknown color: approx Marigold. HEX triplet: BA, 85 and 46. RGB value is (186,133,70). Sum of RGB (Red+Green+Blue) = 186+133+70=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8546 is #457AB9. Grayscale: #8D8D8D. Windows color (decimal): -4553402 or 4621754. OLE color: 4621754.

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

Color convert

RGB18613370-
CMYK00.280.620.27
HSL32.59º45.67%50.2%-
HSV(B)32.59º62.37%72.94%-
XYZ29.7427.669.56-
YUV141.6687.56159.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 70 (27.73% from 255) = 17.99%
R=47.81%
G=34.19%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861337000.280.620.2732.5945.6750.2
HexBA854601C3E1B212e32
Octal2722051060347633415662
Binary1011101010000101100011001110011111011011100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8546; }

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

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

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

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

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

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

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

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