#B58B47

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

Shades of Marigold #B58B47

Tints of Marigold #B58B47

Color information

#B58B47 (or 0xB58B47) is unknown color: approx Marigold. HEX triplet: B5, 8B and 47. RGB value is (181,139,71). Sum of RGB (Red+Green+Blue) = 181+139+71=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58B47 is #4A74B8. Grayscale: #909090. Windows color (decimal): -4879545 or 4688821. OLE color: 4688821.

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

Color convert

RGB18113971-
CMYK00.230.610.29
HSL37.09º43.65%49.41%-
HSV(B)37.09º60.77%70.98%-
XYZ29.4328.749.96-
YUV143.8186.91154.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 71 (28.12% from 255) = 18.16%
R=46.29%
G=35.55%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811397100.230.610.2937.0943.6549.41
HexB58B470173D1D252c31
Octal2652131070277535455461
Binary1011010110001011100011101011111110111101100101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B47; }

 p { color: rgb(181,139,71); }

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

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

 a { background-color: rgb(181,139,71); }

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

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

 span { border-color: rgb(181,139,71); }

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