#B68546

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

Shades of Marigold #B68546

Tints of Marigold #B68546

Color information

#B68546 (or 0xB68546) is unknown color: approx Marigold. HEX triplet: B6, 85 and 46. RGB value is (182,133,70). Sum of RGB (Red+Green+Blue) = 182+133+70=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B68546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68546 is #497AB9. Grayscale: #8C8C8C. Windows color (decimal): -4815546 or 4621750. OLE color: 4621750.

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

Color convert

RGB18213370-
CMYK00.270.620.29
HSL33.75º44.44%49.41%-
HSV(B)33.75º61.54%71.37%-
XYZ28.7827.169.52-
YUV140.4788.23157.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 70 (27.73% from 255) = 18.18%
R=47.27%
G=34.55%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821337000.270.620.2933.7544.4449.41
HexB6854601B3E1D222c31
Octal2662051060337635425461
Binary1011011010000101100011001101111111011101100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68546; }

 p { color: rgb(182,133,70); }

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

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

 a { background-color: rgb(182,133,70); }

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

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

 span { border-color: rgb(182,133,70); }

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