#B98946

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

Shades of Marigold #B98946

Tints of Marigold #B98946

Color information

#B98946 (or 0xB98946) is unknown color: approx Marigold. HEX triplet: B9, 89 and 46. RGB value is (185,137,70). Sum of RGB (Red+Green+Blue) = 185+137+70=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B98946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98946 is #4676B9. Grayscale: #909090. Windows color (decimal): -4617914 or 4622777. OLE color: 4622777.

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

Color convert

RGB18513770-
CMYK00.260.620.27
HSL34.96º45.1%50%-
HSV(B)34.96º62.16%72.55%-
XYZ30.0628.659.74-
YUV143.7186.4157.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 70 (27.73% from 255) = 17.86%
R=47.19%
G=34.95%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851377000.260.620.2734.9645.150
HexB9894601A3E1B232d32
Octal2712111060327633435562
Binary1011100110001001100011001101011111011011100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98946; }

 p { color: rgb(185,137,70); }

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

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

 a { background-color: rgb(185,137,70); }

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

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

 span { border-color: rgb(185,137,70); }

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