#B58241

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

Shades of Marigold #B58241

Tints of Marigold #B58241

Color information

#B58241 (or 0xB58241) is unknown color: approx Marigold. HEX triplet: B5, 82 and 41. RGB value is (181,130,65). Sum of RGB (Red+Green+Blue) = 181+130+65=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B58241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58241 is #4A7DBE. Grayscale: #8A8A8A. Windows color (decimal): -4881855 or 4293301. OLE color: 4293301.

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

Color convert

RGB18113065-
CMYK00.280.640.29
HSL33.62º47.15%48.24%-
HSV(B)33.62º64.09%70.98%-
XYZ27.9926.178.58-
YUV137.8486.9158.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 130 (51.17% from 255) = 34.57%
BLUE value IS 65 (25.78% from 255) = 17.29%
R=48.14%
G=34.57%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811306500.280.640.2933.6247.1548.24
HexB5824101C401D222f30
Octal26520210103410035425760
Binary10110101100000101000001011100100000011101100010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58241; }

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

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

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

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

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

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

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

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