#BA8A46

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

Shades of Marigold #BA8A46

Tints of Marigold #BA8A46

Color information

#BA8A46 (or 0xBA8A46) is unknown color: approx Marigold. HEX triplet: BA, 8A and 46. RGB value is (186,138,70). Sum of RGB (Red+Green+Blue) = 186+138+70=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A46 is #4575B9. Grayscale: #909090. Windows color (decimal): -4552122 or 4623034. OLE color: 4623034.

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

Color convert

RGB18613870-
CMYK00.260.620.27
HSL35.17º45.67%50.2%-
HSV(B)35.17º62.37%72.94%-
XYZ30.4429.069.8-
YUV144.685.9157.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 70 (27.73% from 255) = 17.77%
R=47.21%
G=35.03%
B=17.77%

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
Decimal1861387000.260.620.2735.1745.6750.2
HexBA8A4601A3E1B232e32
Octal2722121060327633435662
Binary1011101010001010100011001101011111011011100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A46; }

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

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

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

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

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

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

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

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