#B9AA66

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

Shades of Gimblet #B9AA66

Tints of Gimblet #B9AA66

Color information

#B9AA66 (or 0xB9AA66) is unknown color: approx Gimblet. HEX triplet: B9, AA and 66. RGB value is (185,170,102). Sum of RGB (Red+Green+Blue) = 185+170+102=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA66 is #465599. Grayscale: #A7A7A7. Windows color (decimal): -4609434 or 6728377. OLE color: 6728377.

HSL color Cylindrical-coordinate representation of color #B9AA66: hue angle of 49.16º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9AA66 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB185170102-
CMYK00.080.450.27
HSL49.16º37.22%56.27%-
HSV(B)49.16º44.86%72.55%-
XYZ36.7840.0218.36-
YUV166.7391.47141.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=40.48%
G=37.20%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517010200.080.450.2749.1637.2256.27
HexB9AA66082D1B312538
Octal2712521460105533614570
Binary101110011010101011001100100010110111011110001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA66; }

 p { color: rgb(185,170,102); }

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

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

 a { background-color: rgb(185,170,102); }

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

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

 span { border-color: rgb(185,170,102); }

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