#BA8436

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

Shades of Marigold #BA8436

Tints of Marigold #BA8436

Color information

#BA8436 (or 0xBA8436) is unknown color: approx Marigold. HEX triplet: BA, 84 and 36. RGB value is (186,132,54). Sum of RGB (Red+Green+Blue) = 186+132+54=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8436 is #457BC9. Grayscale: #8B8B8B. Windows color (decimal): -4553674 or 3572922. OLE color: 3572922.

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

Color convert

RGB18613254-
CMYK00.290.710.27
HSL35.45º55%47.06%-
HSV(B)35.45º70.97%72.94%-
XYZ29.1727.217.2-
YUV139.2579.89161.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 54 (21.48% from 255) = 14.52%
R=50%
G=35.48%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861325400.290.710.2735.455547.06
HexBA843601D471B23372f
Octal2722046603510733436757
Binary1011101010000100110110011101100011111011100011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8436; }

 p { color: rgb(186,132,54); }

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

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

 a { background-color: rgb(186,132,54); }

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

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

 span { border-color: rgb(186,132,54); }

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