#B98745

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

Shades of Marigold #B98745

Tints of Marigold #B98745

Color information

#B98745 (or 0xB98745) is unknown color: approx Marigold. HEX triplet: B9, 87 and 45. RGB value is (185,135,69). Sum of RGB (Red+Green+Blue) = 185+135+69=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B98745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98745 is #4678BA. Grayscale: #8E8E8E. Windows color (decimal): -4618427 or 4556729. OLE color: 4556729.

HSL color Cylindrical-coordinate representation of color #B98745: hue angle of 34.14º 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 #B98745 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18513569-
CMYK00.270.630.27
HSL34.14º45.67%49.8%-
HSV(B)34.14º62.7%72.55%-
XYZ29.7528.079.48-
YUV142.4386.56158.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 69 (27.34% from 255) = 17.74%
R=47.56%
G=34.70%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851356900.270.630.2734.1445.6749.8
HexB9874501B3F1B222e32
Octal2712071050337733425662
Binary1011100110000111100010101101111111111011100010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98745; }

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

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

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

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

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

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

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

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