#B58244

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

Shades of Marigold #B58244

Tints of Marigold #B58244

Color information

#B58244 (or 0xB58244) is unknown color: approx Marigold. HEX triplet: B5, 82 and 44. RGB value is (181,130,68). Sum of RGB (Red+Green+Blue) = 181+130+68=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B58244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58244 is #4A7DBB. Grayscale: #8A8A8A. Windows color (decimal): -4881852 or 4489909. OLE color: 4489909.

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

Color convert

RGB18113068-
CMYK00.280.620.29
HSL32.92º45.38%48.82%-
HSV(B)32.92º62.43%70.98%-
XYZ28.0826.219.05-
YUV138.1888.4158.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 68 (26.95% from 255) = 17.94%
R=47.76%
G=34.30%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811306800.280.620.2932.9245.3848.82
HexB5824401C3E1D212d31
Octal2652021040347635415561
Binary1011010110000010100010001110011111011101100001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58244; }

 p { color: rgb(181,130,68); }

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

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

 a { background-color: rgb(181,130,68); }

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

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

 span { border-color: rgb(181,130,68); }

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