#b58d3f

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

Shades of Marigold #B58D3F

Tints of Marigold #B58D3F

Color information

#B58D3F (or 0xB58D3F) is unknown color: approx Marigold. HEX triplet: B5, 8D and 3F. RGB value is (181,141,63). Sum of RGB (Red+Green+Blue) = 181+141+63=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D3F is #4A72C0. Grayscale: #909090. Windows color (decimal): -4879041 or 4165045. OLE color: 4165045.

HSL color Cylindrical-coordinate representation of color #B58D3F: hue angle of 39.66º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B58D3F is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18114163-
CMYK00.220.650.29
HSL39.66º48.36%47.84%-
HSV(B)39.66º65.19%70.98%-
XYZ29.4829.238.79-
YUV144.0782.25154.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 63 (25% from 255) = 16.36%
R=47.01%
G=36.62%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811416300.220.650.2939.6648.3647.84
HexB58D3F016411D283030
Octal2652157702610135506060
Binary1011010110001101111111010110100000111101101000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58d3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58d3f; }

 p { color: rgb(181,141,63); }

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

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

 a { background-color: rgb(181,141,63); }

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

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

 span { border-color: rgb(181,141,63); }

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