#B58947

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

Shades of Marigold #B58947

Tints of Marigold #B58947

Color information

#B58947 (or 0xB58947) is unknown color: approx Marigold. HEX triplet: B5, 89 and 47. RGB value is (181,137,71). Sum of RGB (Red+Green+Blue) = 181+137+71=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B58947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58947 is #4A76B8. Grayscale: #8E8E8E. Windows color (decimal): -4880057 or 4688309. OLE color: 4688309.

HSL color Cylindrical-coordinate representation of color #B58947: hue angle of 36º 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 #B58947 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB18113771-
CMYK00.240.610.29
HSL36º43.65%49.41%-
HSV(B)36º60.77%70.98%-
XYZ29.1428.179.86-
YUV142.6387.58155.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 71 (28.12% from 255) = 18.25%
R=46.53%
G=35.22%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811377100.240.610.293643.6549.41
HexB589470183D1D242c31
Octal2652111070307535445461
Binary1011010110001001100011101100011110111101100100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58947; }

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

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

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

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

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

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

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

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