#B58239

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

Shades of Marigold #B58239

Tints of Marigold #B58239

Color information

#B58239 (or 0xB58239) is unknown color: approx Marigold. HEX triplet: B5, 82 and 39. RGB value is (181,130,57). Sum of RGB (Red+Green+Blue) = 181+130+57=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B58239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58239 is #4A7DC6. Grayscale: #898989. Windows color (decimal): -4881863 or 3769013. OLE color: 3769013.

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

Color convert

RGB18113057-
CMYK00.280.690.29
HSL35.32º52.1%46.67%-
HSV(B)35.32º68.51%70.98%-
XYZ27.7826.087.44-
YUV136.9382.9159.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 57 (22.66% from 255) = 15.49%
R=49.18%
G=35.33%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811305700.280.690.2935.3252.146.67
HexB5823901C451D23342f
Octal2652027103410535436457
Binary1011010110000010111001011100100010111101100011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58239; }

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

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

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

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

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

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

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

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