#B98547

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

Shades of Marigold #B98547

Tints of Marigold #B98547

Color information

#B98547 (or 0xB98547) is unknown color: approx Marigold. HEX triplet: B9, 85 and 47. RGB value is (185,133,71). Sum of RGB (Red+Green+Blue) = 185+133+71=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B98547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98547 is #467AB8. Grayscale: #8D8D8D. Windows color (decimal): -4618937 or 4687289. OLE color: 4687289.

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

Color convert

RGB18513371-
CMYK00.280.620.27
HSL32.63º44.88%50.2%-
HSV(B)32.63º61.62%72.55%-
XYZ29.5327.549.72-
YUV141.4888.23159.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 71 (28.12% from 255) = 18.25%
R=47.56%
G=34.19%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851337100.280.620.2732.6344.8850.2
HexB9854701C3E1B212d32
Octal2712051070347633415562
Binary1011100110000101100011101110011111011011100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98547; }

 p { color: rgb(185,133,71); }

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

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

 a { background-color: rgb(185,133,71); }

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

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

 span { border-color: rgb(185,133,71); }

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