#BA8C3F

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

Shades of Marigold #BA8C3F

Tints of Marigold #BA8C3F

Color information

#BA8C3F (or 0xBA8C3F) is unknown color: approx Marigold. HEX triplet: BA, 8C and 3F. RGB value is (186,140,63). Sum of RGB (Red+Green+Blue) = 186+140+63=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C3F is #4573C0. Grayscale: #919191. Windows color (decimal): -4551617 or 4164794. OLE color: 4164794.

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

Color convert

RGB18614063-
CMYK00.250.660.27
HSL37.56º49.4%48.82%-
HSV(B)37.56º66.13%72.94%-
XYZ30.5229.558.8-
YUV144.9881.74157.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 63 (25% from 255) = 16.20%
R=47.81%
G=35.99%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861406300.250.660.2737.5649.448.82
HexBA8C3F019421B263131
Octal2722147703110233466161
Binary1011101010001100111111011001100001011011100110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C3F; }

 p { color: rgb(186,140,63); }

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

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

 a { background-color: rgb(186,140,63); }

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

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

 span { border-color: rgb(186,140,63); }

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