#B58849

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

Shades of Marigold #B58849

Tints of Marigold #B58849

Color information

#B58849 (or 0xB58849) is unknown color: approx Marigold. HEX triplet: B5, 88 and 49. RGB value is (181,136,73). Sum of RGB (Red+Green+Blue) = 181+136+73=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B58849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58849 is #4A77B6. Grayscale: #8E8E8E. Windows color (decimal): -4880311 or 4819125. OLE color: 4819125.

HSL color Cylindrical-coordinate representation of color #B58849: hue angle of 35º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B58849 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18113673-
CMYK00.250.600.29
HSL35º42.52%49.8%-
HSV(B)35º59.67%70.98%-
XYZ29.0627.9110.16-
YUV142.2788.91155.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 73 (28.91% from 255) = 18.72%
R=46.41%
G=34.87%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811367300.250.600.293542.5249.8
HexB588490193C1D232b32
Octal2652101110317435435362
Binary1011010110001000100100101100111110011101100011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58849; }

 p { color: rgb(181,136,73); }

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

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

 a { background-color: rgb(181,136,73); }

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

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

 span { border-color: rgb(181,136,73); }

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