#B58837

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

Shades of Marigold #B58837

Tints of Marigold #B58837

Color information

#B58837 (or 0xB58837) is unknown color: approx Marigold. HEX triplet: B5, 88 and 37. RGB value is (181,136,55). Sum of RGB (Red+Green+Blue) = 181+136+55=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B58837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58837 is #4A77C8. Grayscale: #8C8C8C. Windows color (decimal): -4880329 or 3639477. OLE color: 3639477.

HSL color Cylindrical-coordinate representation of color #B58837: hue angle of 38.57º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B58837 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB18113655-
CMYK00.250.700.29
HSL38.57º53.39%46.27%-
HSV(B)38.57º69.61%70.98%-
XYZ28.5527.717.46-
YUV140.2279.91157.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 136 (53.52% from 255) = 36.56%
BLUE value IS 55 (21.88% from 255) = 14.78%
R=48.66%
G=36.56%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811365500.250.700.2938.5753.3946.27
HexB58837019461D27352e
Octal2652106703110635476556
Binary1011010110001000110111011001100011011101100111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58837; }

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

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

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

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

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

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

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

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