#B6A66E

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

Shades of Gimblet #B6A66E

Tints of Gimblet #B6A66E

Color information

#B6A66E (or 0xB6A66E) is unknown color: approx Gimblet. HEX triplet: B6, A6 and 6E. RGB value is (182,166,110). Sum of RGB (Red+Green+Blue) = 182+166+110=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A66E is #495991. Grayscale: #A4A4A4. Windows color (decimal): -4807058 or 7251638. OLE color: 7251638.

HSL color Cylindrical-coordinate representation of color #B6A66E: hue angle of 46.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6A66E is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182166110-
CMYK00.090.400.29
HSL46.67º33.03%57.25%-
HSV(B)46.67º39.56%71.37%-
XYZ35.7438.3420.27-
YUV164.497.3140.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 166 (65.23% from 255) = 36.24%
BLUE value IS 110 (43.36% from 255) = 24.02%
R=39.74%
G=36.24%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216611000.090.400.2946.6733.0357.25
HexB6A66E09281D2f2139
Octal2662461560115035574171
Binary101101101010011011011100100110100011101101111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A66E; }

 p { color: rgb(182,166,110); }

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

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

 a { background-color: rgb(182,166,110); }

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

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

 span { border-color: rgb(182,166,110); }

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