#B58446

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

Shades of Marigold #B58446

Tints of Marigold #B58446

Color information

#B58446 (or 0xB58446) is unknown color: approx Marigold. HEX triplet: B5, 84 and 46. RGB value is (181,132,70). Sum of RGB (Red+Green+Blue) = 181+132+70=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B58446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58446 is #4A7BB9. Grayscale: #8B8B8B. Windows color (decimal): -4881338 or 4621493. OLE color: 4621493.

HSL color Cylindrical-coordinate representation of color #B58446: hue angle of 33.51º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B58446 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB18113270-
CMYK00.270.610.29
HSL33.51º44.22%49.22%-
HSV(B)33.51º61.33%70.98%-
XYZ28.4126.779.46-
YUV139.5888.73157.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 70 (27.73% from 255) = 18.28%
R=47.26%
G=34.46%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811327000.270.610.2933.5144.2249.22
HexB5844601B3D1D222c31
Octal2652041060337535425461
Binary1011010110000100100011001101111110111101100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58446; }

 p { color: rgb(181,132,70); }

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

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

 a { background-color: rgb(181,132,70); }

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

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

 span { border-color: rgb(181,132,70); }

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