#B98A3F

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

Shades of Marigold #B98A3F

Tints of Marigold #B98A3F

Color information

#B98A3F (or 0xB98A3F) is unknown color: approx Marigold. HEX triplet: B9, 8A and 3F. RGB value is (185,138,63). Sum of RGB (Red+Green+Blue) = 185+138+63=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A3F is #4675C0. Grayscale: #8F8F8F. Windows color (decimal): -4617665 or 4164281. OLE color: 4164281.

HSL color Cylindrical-coordinate representation of color #B98A3F: hue angle of 36.89º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B98A3F is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18513863-
CMYK00.250.660.27
HSL36.89º49.19%48.63%-
HSV(B)36.89º65.95%72.55%-
XYZ29.9928.858.69-
YUV143.582.57157.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.93%
GREEN value IS 138 (54.30% from 255) = 35.75%
BLUE value IS 63 (25% from 255) = 16.32%
R=47.93%
G=35.75%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851386300.250.660.2736.8949.1948.63
HexB98A3F019421B253131
Octal2712127703110233456161
Binary1011100110001010111111011001100001011011100101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A3F; }

 p { color: rgb(185,138,63); }

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

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

 a { background-color: rgb(185,138,63); }

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

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

 span { border-color: rgb(185,138,63); }

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