#B58E42

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

Shades of Marigold #B58E42

Tints of Marigold #B58E42

Color information

#B58E42 (or 0xB58E42) is unknown color: approx Marigold. HEX triplet: B5, 8E and 42. RGB value is (181,142,66). Sum of RGB (Red+Green+Blue) = 181+142+66=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58E42 is #4A71BD. Grayscale: #919191. Windows color (decimal): -4878782 or 4361909. OLE color: 4361909.

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

Color convert

RGB18114266-
CMYK00.220.640.29
HSL39.65º46.56%48.43%-
HSV(B)39.65º63.54%70.98%-
XYZ29.7129.569.29-
YUV14583.42153.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 66 (26.17% from 255) = 16.97%
R=46.53%
G=36.50%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811426600.220.640.2939.6546.5648.43
HexB58E42016401D282f30
Octal26521610202610035505760
Binary10110101100011101000010010110100000011101101000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58E42; }

 p { color: rgb(181,142,66); }

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

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

 a { background-color: rgb(181,142,66); }

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

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

 span { border-color: rgb(181,142,66); }

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