#B98540

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

Shades of Marigold #B98540

Tints of Marigold #B98540

Color information

#B98540 (or 0xB98540) is unknown color: approx Marigold. HEX triplet: B9, 85 and 40. RGB value is (185,133,64). Sum of RGB (Red+Green+Blue) = 185+133+64=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B98540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98540 is #467ABF. Grayscale: #8D8D8D. Windows color (decimal): -4618944 or 4228537. OLE color: 4228537.

HSL color Cylindrical-coordinate representation of color #B98540: hue angle of 34.21º degrees, saturation: 0.49, 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 #B98540 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB18513364-
CMYK00.280.650.27
HSL34.21º48.59%48.82%-
HSV(B)34.21º65.41%72.55%-
XYZ29.3227.468.61-
YUV140.6884.73159.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 64 (25.39% from 255) = 16.75%
R=48.43%
G=34.82%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851336400.280.650.2734.2148.5948.82
HexB9854001C411B223131
Octal27120510003410133426161
Binary10111001100001011000000011100100000111011100010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98540; }

 p { color: rgb(185,133,64); }

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

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

 a { background-color: rgb(185,133,64); }

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

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

 span { border-color: rgb(185,133,64); }

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