#B68D40

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

Shades of Marigold #B68D40

Tints of Marigold #B68D40

Color information

#B68D40 (or 0xB68D40) is unknown color: approx Marigold. HEX triplet: B6, 8D and 40. RGB value is (182,141,64). Sum of RGB (Red+Green+Blue) = 182+141+64=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68D40 is #4972BF. Grayscale: #909090. Windows color (decimal): -4813504 or 4230582. OLE color: 4230582.

HSL color Cylindrical-coordinate representation of color #B68D40: hue angle of 39.15º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B68D40 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18214164-
CMYK00.230.650.29
HSL39.15º47.97%48.24%-
HSV(B)39.15º64.84%71.37%-
XYZ29.7429.378.95-
YUV144.4882.58154.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 141 (55.47% from 255) = 36.43%
BLUE value IS 64 (25.39% from 255) = 16.54%
R=47.03%
G=36.43%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821416400.230.650.2939.1547.9748.24
HexB68D40017411D273030
Octal26621510002710135476060
Binary10110110100011011000000010111100000111101100111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68D40; }

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

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

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

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

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

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

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

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