#B98747

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

Shades of Marigold #B98747

Tints of Marigold #B98747

Color information

#B98747 (or 0xB98747) is unknown color: approx Marigold. HEX triplet: B9, 87 and 47. RGB value is (185,135,71). Sum of RGB (Red+Green+Blue) = 185+135+71=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B98747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98747 is #4678B8. Grayscale: #8E8E8E. Windows color (decimal): -4618425 or 4687801. OLE color: 4687801.

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

Color convert

RGB18513571-
CMYK00.270.620.27
HSL33.68º44.88%50.2%-
HSV(B)33.68º61.62%72.55%-
XYZ29.8128.19.81-
YUV142.6587.56158.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 71 (28.12% from 255) = 18.16%
R=47.31%
G=34.53%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851357100.270.620.2733.6844.8850.2
HexB9874701B3E1B222d32
Octal2712071070337633425562
Binary1011100110000111100011101101111111011011100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98747; }

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

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

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

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

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

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

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

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