#B98545

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

Shades of Marigold #B98545

Tints of Marigold #B98545

Color information

#B98545 (or 0xB98545) is unknown color: approx Marigold. HEX triplet: B9, 85 and 45. RGB value is (185,133,69). Sum of RGB (Red+Green+Blue) = 185+133+69=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B98545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98545 is #467ABA. Grayscale: #8D8D8D. Windows color (decimal): -4618939 or 4556217. OLE color: 4556217.

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

Color convert

RGB18513369-
CMYK00.280.630.27
HSL33.1º45.67%49.8%-
HSV(B)33.1º62.7%72.55%-
XYZ29.4727.529.39-
YUV141.2587.23159.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 69 (27.34% from 255) = 17.83%
R=47.80%
G=34.37%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851336900.280.630.2733.145.6749.8
HexB9854501C3F1B212e32
Octal2712051050347733415662
Binary1011100110000101100010101110011111111011100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98545; }

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

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

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

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

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

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

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

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