#B68D46

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

Shades of Marigold #B68D46

Tints of Marigold #B68D46

Color information

#B68D46 (or 0xB68D46) is unknown color: approx Marigold. HEX triplet: B6, 8D and 46. RGB value is (182,141,70). Sum of RGB (Red+Green+Blue) = 182+141+70=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68D46 is #4972B9. Grayscale: #919191. Windows color (decimal): -4813498 or 4623798. OLE color: 4623798.

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

Color convert

RGB18214170-
CMYK00.230.620.29
HSL38.04º44.44%49.41%-
HSV(B)38.04º61.54%71.37%-
XYZ29.9229.449.9-
YUV145.1685.58154.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 70 (27.73% from 255) = 17.81%
R=46.31%
G=35.88%
B=17.81%

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
Decimal1821417000.230.620.2938.0444.4449.41
HexB68D460173E1D262c31
Octal2662151060277635465461
Binary1011011010001101100011001011111111011101100110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68D46; }

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

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

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

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

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

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

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

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