#B98847

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

Shades of Marigold #B98847

Tints of Marigold #B98847

Color information

#B98847 (or 0xB98847) is unknown color: approx Marigold. HEX triplet: B9, 88 and 47. RGB value is (185,136,71). Sum of RGB (Red+Green+Blue) = 185+136+71=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B98847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98847 is #4677B8. Grayscale: #8F8F8F. Windows color (decimal): -4618169 or 4688057. OLE color: 4688057.

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

Color convert

RGB18513671-
CMYK00.260.620.27
HSL34.21º44.88%50.2%-
HSV(B)34.21º61.62%72.55%-
XYZ29.9528.389.86-
YUV143.2487.23157.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 71 (28.12% from 255) = 18.11%
R=47.19%
G=34.69%
B=18.11%

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
Decimal1851367100.260.620.2734.2144.8850.2
HexB9884701A3E1B222d32
Octal2712101070327633425562
Binary1011100110001000100011101101011111011011100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98847; }

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

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

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

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

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

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

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

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