#B98F41

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

Shades of Marigold #B98F41

Tints of Marigold #B98F41

Color information

#B98F41 (or 0xB98F41) is unknown color: approx Marigold. HEX triplet: B9, 8F and 41. RGB value is (185,143,65). Sum of RGB (Red+Green+Blue) = 185+143+65=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98F41 is #4670BE. Grayscale: #939393. Windows color (decimal): -4616383 or 4296633. OLE color: 4296633.

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

Color convert

RGB18514365-
CMYK00.230.650.27
HSL39º48%49.02%-
HSV(B)39º64.86%72.55%-
XYZ30.7830.349.23-
YUV146.6781.91155.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 65 (25.78% from 255) = 16.54%
R=47.07%
G=36.39%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851436500.230.650.27394849.02
HexB98F41017411B273031
Octal27121710102710133476061
Binary10111001100011111000001010111100000111011100111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98F41; }

 p { color: rgb(185,143,65); }

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

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

 a { background-color: rgb(185,143,65); }

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

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

 span { border-color: rgb(185,143,65); }

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