#BA8E40

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

Shades of Marigold #BA8E40

Tints of Marigold #BA8E40

Color information

#BA8E40 (or 0xBA8E40) is unknown color: approx Marigold. HEX triplet: BA, 8E and 40. RGB value is (186,142,64). Sum of RGB (Red+Green+Blue) = 186+142+64=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8E40 is #4571BF. Grayscale: #929292. Windows color (decimal): -4551104 or 4230842. OLE color: 4230842.

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

Color convert

RGB18614264-
CMYK00.240.660.27
HSL38.36º48.8%49.02%-
HSV(B)38.36º65.59%72.94%-
XYZ30.8530.169.05-
YUV146.2681.58156.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 142 (55.86% from 255) = 36.22%
BLUE value IS 64 (25.39% from 255) = 16.33%
R=47.45%
G=36.22%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861426400.240.660.2738.3648.849.02
HexBA8E40018421B263131
Octal27221610003010233466161
Binary10111010100011101000000011000100001011011100110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E40; }

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

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

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

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

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

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

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

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