#BA8840

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

Shades of Marigold #BA8840

Tints of Marigold #BA8840

Color information

#BA8840 (or 0xBA8840) is unknown color: approx Marigold. HEX triplet: BA, 88 and 40. RGB value is (186,136,64). Sum of RGB (Red+Green+Blue) = 186+136+64=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8840 is #4577BF. Grayscale: #8F8F8F. Windows color (decimal): -4552640 or 4229306. OLE color: 4229306.

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

Color convert

RGB18613664-
CMYK00.270.660.27
HSL35.41º48.8%49.02%-
HSV(B)35.41º65.59%72.94%-
XYZ29.9828.428.76-
YUV142.7483.56158.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=48.19%
G=35.23%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861366400.270.660.2735.4148.849.02
HexBA884001B421B233131
Octal27221010003310233436161
Binary10111010100010001000000011011100001011011100011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8840; }

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

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

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

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

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

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

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

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