#B58846

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

Shades of Marigold #B58846

Tints of Marigold #B58846

Color information

#B58846 (or 0xB58846) is unknown color: approx Marigold. HEX triplet: B5, 88 and 46. RGB value is (181,136,70). Sum of RGB (Red+Green+Blue) = 181+136+70=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B58846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58846 is #4A77B9. Grayscale: #8E8E8E. Windows color (decimal): -4880314 or 4622517. OLE color: 4622517.

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

Color convert

RGB18113670-
CMYK00.250.610.29
HSL35.68º44.22%49.22%-
HSV(B)35.68º61.33%70.98%-
XYZ28.9727.879.65-
YUV141.9387.41155.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 70 (27.73% from 255) = 18.09%
R=46.77%
G=35.14%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811367000.250.610.2935.6844.2249.22
HexB588460193D1D242c31
Octal2652101060317535445461
Binary1011010110001000100011001100111110111101100100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58846; }

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

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

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

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

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

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

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

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