#BA8A43

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

Shades of Marigold #BA8A43

Tints of Marigold #BA8A43

Color information

#BA8A43 (or 0xBA8A43) is unknown color: approx Marigold. HEX triplet: BA, 8A and 43. RGB value is (186,138,67). Sum of RGB (Red+Green+Blue) = 186+138+67=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A43 is #4575BC. Grayscale: #909090. Windows color (decimal): -4552125 or 4426426. OLE color: 4426426.

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

Color convert

RGB18613867-
CMYK00.260.640.27
HSL35.8º47.04%49.61%-
HSV(B)35.8º63.98%72.94%-
XYZ30.3529.029.31-
YUV144.2684.4157.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 67 (26.56% from 255) = 17.14%
R=47.57%
G=35.29%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861386700.260.640.2735.847.0449.61
HexBA8A4301A401B242f32
Octal27221210303210033445762
Binary10111010100010101000011011010100000011011100100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A43; }

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

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

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

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

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

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

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

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