#BA8444

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

Shades of Marigold #BA8444

Tints of Marigold #BA8444

Color information

#BA8444 (or 0xBA8444) is unknown color: approx Marigold. HEX triplet: BA, 84 and 44. RGB value is (186,132,68). Sum of RGB (Red+Green+Blue) = 186+132+68=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8444 is #457BBB. Grayscale: #8D8D8D. Windows color (decimal): -4553660 or 4490426. OLE color: 4490426.

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

Color convert

RGB18613268-
CMYK00.290.630.27
HSL32.54º46.46%49.8%-
HSV(B)32.54º63.44%72.94%-
XYZ29.5427.369.19-
YUV140.8586.89160.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 68 (26.95% from 255) = 17.62%
R=48.19%
G=34.20%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861326800.290.630.2732.5446.4649.8
HexBA844401D3F1B212e32
Octal2722041040357733415662
Binary1011101010000100100010001110111111111011100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8444; }

 p { color: rgb(186,132,68); }

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

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

 a { background-color: rgb(186,132,68); }

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

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

 span { border-color: rgb(186,132,68); }

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