#B58C44

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

Shades of Marigold #B58C44

Tints of Marigold #B58C44

Color information

#B58C44 (or 0xB58C44) is unknown color: approx Marigold. HEX triplet: B5, 8C and 44. RGB value is (181,140,68). Sum of RGB (Red+Green+Blue) = 181+140+68=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58C44 is #4A73BB. Grayscale: #909090. Windows color (decimal): -4879292 or 4492469. OLE color: 4492469.

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

Color convert

RGB18114068-
CMYK00.230.620.29
HSL38.23º45.38%48.82%-
HSV(B)38.23º62.43%70.98%-
XYZ29.48299.51-
YUV144.0585.08154.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 68 (26.95% from 255) = 17.48%
R=46.53%
G=35.99%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811406800.230.620.2938.2345.3848.82
HexB58C440173E1D262d31
Octal2652141040277635465561
Binary1011010110001100100010001011111111011101100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C44; }

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

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

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

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

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

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

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

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