#BA8D3E

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

Shades of Marigold #BA8D3E

Tints of Marigold #BA8D3E

Color information

#BA8D3E (or 0xBA8D3E) is unknown color: approx Marigold. HEX triplet: BA, 8D and 3E. RGB value is (186,141,62). Sum of RGB (Red+Green+Blue) = 186+141+62=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D3E is #4572C1. Grayscale: #919191. Windows color (decimal): -4551362 or 4099514. OLE color: 4099514.

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

Color convert

RGB18614162-
CMYK00.240.670.27
HSL38.23º50%48.63%-
HSV(B)38.23º66.67%72.94%-
XYZ30.6429.848.7-
YUV145.4580.91156.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 62 (24.61% from 255) = 15.94%
R=47.81%
G=36.25%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861416200.240.670.2738.235048.63
HexBA8D3E018431B263231
Octal2722157603010333466261
Binary1011101010001101111110011000100001111011100110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D3E; }

 p { color: rgb(186,141,62); }

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

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

 a { background-color: rgb(186,141,62); }

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

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

 span { border-color: rgb(186,141,62); }

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