#BA8C43

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

Shades of Marigold #BA8C43

Tints of Marigold #BA8C43

Color information

#BA8C43 (or 0xBA8C43) is unknown color: approx Marigold. HEX triplet: BA, 8C and 43. RGB value is (186,140,67). Sum of RGB (Red+Green+Blue) = 186+140+67=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C43 is #4573BC. Grayscale: #919191. Windows color (decimal): -4551613 or 4426938. OLE color: 4426938.

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

Color convert

RGB18614067-
CMYK00.250.640.27
HSL36.81º47.04%49.61%-
HSV(B)36.81º63.98%72.94%-
XYZ30.6429.69.41-
YUV145.4383.74156.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 67 (26.56% from 255) = 17.05%
R=47.33%
G=35.62%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861406700.250.640.2736.8147.0449.61
HexBA8C43019401B252f32
Octal27221410303110033455762
Binary10111010100011001000011011001100000011011100101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C43; }

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

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

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

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

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

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

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

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