#B98844

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

Shades of Marigold #B98844

Tints of Marigold #B98844

Color information

#B98844 (or 0xB98844) is unknown color: approx Marigold. HEX triplet: B9, 88 and 44. RGB value is (185,136,68). Sum of RGB (Red+Green+Blue) = 185+136+68=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B98844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98844 is #4677BB. Grayscale: #8F8F8F. Windows color (decimal): -4618172 or 4491449. OLE color: 4491449.

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

Color convert

RGB18513668-
CMYK00.260.630.27
HSL34.87º46.25%49.61%-
HSV(B)34.87º63.24%72.55%-
XYZ29.8628.349.37-
YUV142.985.73158.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 68 (26.95% from 255) = 17.48%
R=47.56%
G=34.96%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851366800.260.630.2734.8746.2549.61
HexB9884401A3F1B232e32
Octal2712101040327733435662
Binary1011100110001000100010001101011111111011100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98844; }

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

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

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

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

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

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

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

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