#BA8A40

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

Shades of Marigold #BA8A40

Tints of Marigold #BA8A40

Color information

#BA8A40 (or 0xBA8A40) is unknown color: approx Marigold. HEX triplet: BA, 8A and 40. RGB value is (186,138,64). Sum of RGB (Red+Green+Blue) = 186+138+64=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A40 is #4575BF. Grayscale: #909090. Windows color (decimal): -4552128 or 4229818. OLE color: 4229818.

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

Color convert

RGB18613864-
CMYK00.260.660.27
HSL36.39º48.8%49.02%-
HSV(B)36.39º65.59%72.94%-
XYZ30.2628.998.85-
YUV143.9282.9158.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 64 (25.39% from 255) = 16.49%
R=47.94%
G=35.57%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861386400.260.660.2736.3948.849.02
HexBA8A4001A421B243131
Octal27221210003210233446161
Binary10111010100010101000000011010100001011011100100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A40; }

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

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

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

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

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

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

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

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