#B98648

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

Shades of Marigold #B98648

Tints of Marigold #B98648

Color information

#B98648 (or 0xB98648) is unknown color: approx Marigold. HEX triplet: B9, 86 and 48. RGB value is (185,134,72). Sum of RGB (Red+Green+Blue) = 185+134+72=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B98648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98648 is #4679B7. Grayscale: #8E8E8E. Windows color (decimal): -4618680 or 4753081. OLE color: 4753081.

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

Color convert

RGB18513472-
CMYK00.280.610.27
HSL32.92º44.66%50.39%-
HSV(B)32.92º61.08%72.55%-
XYZ29.727.839.94-
YUV142.1888.4158.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=47.31%
G=34.27%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851347200.280.610.2732.9244.6650.39
HexB9864801C3D1B212d32
Octal2712061100347533415562
Binary1011100110000110100100001110011110111011100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98648; }

 p { color: rgb(185,134,72); }

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

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

 a { background-color: rgb(185,134,72); }

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

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

 span { border-color: rgb(185,134,72); }

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