#BA8F40

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

Shades of Marigold #BA8F40

Tints of Marigold #BA8F40

Color information

#BA8F40 (or 0xBA8F40) is unknown color: approx Marigold. HEX triplet: BA, 8F and 40. RGB value is (186,143,64). Sum of RGB (Red+Green+Blue) = 186+143+64=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F40 is #4570BF. Grayscale: #939393. Windows color (decimal): -4550848 or 4231098. OLE color: 4231098.

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

Color convert

RGB18614364-
CMYK00.230.660.27
HSL38.85º48.8%49.02%-
HSV(B)38.85º65.59%72.94%-
XYZ3130.459.09-
YUV146.8581.25155.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 64 (25.39% from 255) = 16.28%
R=47.33%
G=36.39%
B=16.28%

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
Decimal1861436400.230.660.2738.8548.849.02
HexBA8F40017421B273131
Octal27221710002710233476161
Binary10111010100011111000000010111100001011011100111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8F40; }

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

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

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

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

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

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

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

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