#B58039

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

Shades of Marigold #B58039

Tints of Marigold #B58039

Color information

#B58039 (or 0xB58039) is unknown color: approx Marigold. HEX triplet: B5, 80 and 39. RGB value is (181,128,57). Sum of RGB (Red+Green+Blue) = 181+128+57=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B58039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58039 is #4A7FC6. Grayscale: #888888. Windows color (decimal): -4882375 or 3768501. OLE color: 3768501.

HSL color Cylindrical-coordinate representation of color #B58039: hue angle of 34.35º 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 #B58039 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18112857-
CMYK00.290.690.29
HSL34.35º52.1%46.67%-
HSV(B)34.35º68.51%70.98%-
XYZ27.5125.567.35-
YUV135.7583.56160.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 57 (22.66% from 255) = 15.57%
R=49.45%
G=34.97%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811285700.290.690.2934.3552.146.67
HexB5803901D451D22342f
Octal2652007103510535426457
Binary1011010110000000111001011101100010111101100010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58039; }

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

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

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

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

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

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

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

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