#BA9040

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

Shades of Marigold #BA9040

Tints of Marigold #BA9040

Color information

#BA9040 (or 0xBA9040) is unknown color: approx Marigold. HEX triplet: BA, 90 and 40. RGB value is (186,144,64). Sum of RGB (Red+Green+Blue) = 186+144+64=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9040 is #456FBF. Grayscale: #939393. Windows color (decimal): -4550592 or 4231354. OLE color: 4231354.

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

Color convert

RGB18614464-
CMYK00.230.660.27
HSL39.34º48.8%49.02%-
HSV(B)39.34º65.59%72.94%-
XYZ31.1530.769.15-
YUV147.4480.91155.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 64 (25.39% from 255) = 16.24%
R=47.21%
G=36.55%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861446400.230.660.2739.3448.849.02
HexBA9040017421B273131
Octal27222010002710233476161
Binary10111010100100001000000010111100001011011100111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9040; }

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

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

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

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

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

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

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

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