#B58539

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

Shades of Marigold #B58539

Tints of Marigold #B58539

Color information

#B58539 (or 0xB58539) is unknown color: approx Marigold. HEX triplet: B5, 85 and 39. RGB value is (181,133,57). Sum of RGB (Red+Green+Blue) = 181+133+57=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B58539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58539 is #4A7AC6. Grayscale: #8B8B8B. Windows color (decimal): -4881095 or 3769781. OLE color: 3769781.

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

Color convert

RGB18113357-
CMYK00.270.690.29
HSL36.77º52.1%46.67%-
HSV(B)36.77º68.51%70.98%-
XYZ28.1826.897.58-
YUV138.6981.9158.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 57 (22.66% from 255) = 15.36%
R=48.79%
G=35.85%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811335700.270.690.2936.7752.146.67
HexB5853901B451D25342f
Octal2652057103310535456457
Binary1011010110000101111001011011100010111101100101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58539; }

 p { color: rgb(181,133,57); }

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

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

 a { background-color: rgb(181,133,57); }

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

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

 span { border-color: rgb(181,133,57); }

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