#B98039

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

Shades of Marigold #B98039

Tints of Marigold #B98039

Color information

#B98039 (or 0xB98039) is unknown color: approx Marigold. HEX triplet: B9, 80 and 39. RGB value is (185,128,57). Sum of RGB (Red+Green+Blue) = 185+128+57=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B98039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98039 is #467FC6. Grayscale: #898989. Windows color (decimal): -4620231 or 3768505. OLE color: 3768505.

HSL color Cylindrical-coordinate representation of color #B98039: hue angle of 33.28º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B98039 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB18512857-
CMYK00.310.690.27
HSL33.28º52.89%47.45%-
HSV(B)33.28º69.19%72.55%-
XYZ28.4726.057.4-
YUV136.9582.88162.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 57 (22.66% from 255) = 15.41%
R=50%
G=34.59%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851285700.310.690.2733.2852.8947.45
HexB9803901F451B21352f
Octal2712007103710533416557
Binary1011100110000000111001011111100010111011100001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98039; }

 p { color: rgb(185,128,57); }

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

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

 a { background-color: rgb(185,128,57); }

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

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

 span { border-color: rgb(185,128,57); }

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