#BA8746

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

Shades of Marigold #BA8746

Tints of Marigold #BA8746

Color information

#BA8746 (or 0xBA8746) is unknown color: approx Marigold. HEX triplet: BA, 87 and 46. RGB value is (186,135,70). Sum of RGB (Red+Green+Blue) = 186+135+70=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8746 is #4578B9. Grayscale: #8F8F8F. Windows color (decimal): -4552890 or 4622266. OLE color: 4622266.

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

Color convert

RGB18613570-
CMYK00.270.620.27
HSL33.62º45.67%50.2%-
HSV(B)33.62º62.37%72.94%-
XYZ30.0228.219.66-
YUV142.8486.9158.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 70 (27.73% from 255) = 17.90%
R=47.57%
G=34.53%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861357000.270.620.2733.6245.6750.2
HexBA874601B3E1B222e32
Octal2722071060337633425662
Binary1011101010000111100011001101111111011011100010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8746; }

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

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

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

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

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

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

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

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