#B68746

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

Shades of Marigold #B68746

Tints of Marigold #B68746

Color information

#B68746 (or 0xB68746) is unknown color: approx Marigold. HEX triplet: B6, 87 and 46. RGB value is (182,135,70). Sum of RGB (Red+Green+Blue) = 182+135+70=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B68746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68746 is #4978B9. Grayscale: #8D8D8D. Windows color (decimal): -4815034 or 4622262. OLE color: 4622262.

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

Color convert

RGB18213570-
CMYK00.260.620.29
HSL34.82º44.44%49.41%-
HSV(B)34.82º61.54%71.37%-
XYZ29.0627.729.61-
YUV141.6487.57156.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 70 (27.73% from 255) = 18.09%
R=47.03%
G=34.88%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821357000.260.620.2934.8244.4449.41
HexB6874601A3E1D232c31
Octal2662071060327635435461
Binary1011011010000111100011001101011111011101100011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68746; }

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

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

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

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

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

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

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

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