#BA8A44

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

Shades of Marigold #BA8A44

Tints of Marigold #BA8A44

Color information

#BA8A44 (or 0xBA8A44) is unknown color: approx Marigold. HEX triplet: BA, 8A and 44. RGB value is (186,138,68). Sum of RGB (Red+Green+Blue) = 186+138+68=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A44 is #4575BB. Grayscale: #909090. Windows color (decimal): -4552124 or 4491962. OLE color: 4491962.

HSL color Cylindrical-coordinate representation of color #BA8A44: hue angle of 35.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA8A44 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18613868-
CMYK00.260.630.27
HSL35.59º46.46%49.8%-
HSV(B)35.59º63.44%72.94%-
XYZ30.3829.039.47-
YUV144.3784.9157.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 68 (26.95% from 255) = 17.35%
R=47.45%
G=35.20%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861386800.260.630.2735.5946.4649.8
HexBA8A4401A3F1B242e32
Octal2722121040327733445662
Binary1011101010001010100010001101011111111011100100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A44; }

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

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

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

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

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

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

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

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