#B58444

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

Shades of Marigold #B58444

Tints of Marigold #B58444

Color information

#B58444 (or 0xB58444) is unknown color: approx Marigold. HEX triplet: B5, 84 and 44. RGB value is (181,132,68). Sum of RGB (Red+Green+Blue) = 181+132+68=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B58444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58444 is #4A7BBB. Grayscale: #8B8B8B. Windows color (decimal): -4881340 or 4490421. OLE color: 4490421.

HSL color Cylindrical-coordinate representation of color #B58444: hue angle of 33.98º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B58444 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18113268-
CMYK00.270.620.29
HSL33.98º45.38%48.82%-
HSV(B)33.98º62.43%70.98%-
XYZ28.3526.749.14-
YUV139.3687.73157.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 68 (26.95% from 255) = 17.85%
R=47.51%
G=34.65%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811326800.270.620.2933.9845.3848.82
HexB5844401B3E1D222d31
Octal2652041040337635425561
Binary1011010110000100100010001101111111011101100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58444; }

 p { color: rgb(181,132,68); }

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

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

 a { background-color: rgb(181,132,68); }

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

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

 span { border-color: rgb(181,132,68); }

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