#B58D3B

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

Shades of Marigold #B58D3B

Tints of Marigold #B58D3B

Color information

#B58D3B (or 0xB58D3B) is unknown color: approx Marigold. HEX triplet: B5, 8D and 3B. RGB value is (181,141,59). Sum of RGB (Red+Green+Blue) = 181+141+59=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D3B is #4A72C4. Grayscale: #8F8F8F. Windows color (decimal): -4879045 or 3902901. OLE color: 3902901.

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

Color convert

RGB18114159-
CMYK00.220.670.29
HSL40.33º50.83%47.06%-
HSV(B)40.33º67.4%70.98%-
XYZ29.3729.198.22-
YUV143.6180.25154.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 141 (55.47% from 255) = 37.01%
BLUE value IS 59 (23.44% from 255) = 15.49%
R=47.51%
G=37.01%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811415900.220.670.2940.3350.8347.06
HexB58D3B016431D28332f
Octal2652157302610335506357
Binary1011010110001101111011010110100001111101101000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D3B; }

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

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

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

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

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

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

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

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