#B9A466

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

Shades of Gimblet #B9A466

Tints of Gimblet #B9A466

Color information

#B9A466 (or 0xB9A466) is unknown color: approx Gimblet. HEX triplet: B9, A4 and 66. RGB value is (185,164,102). Sum of RGB (Red+Green+Blue) = 185+164+102=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A466 is #465B99. Grayscale: #A3A3A3. Windows color (decimal): -4610970 or 6726841. OLE color: 6726841.

HSL color Cylindrical-coordinate representation of color #B9A466: hue angle of 44.82º 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 #B9A466 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB185164102-
CMYK00.110.450.27
HSL44.82º37.22%56.27%-
HSV(B)44.82º44.86%72.55%-
XYZ35.6837.8217.99-
YUV163.2193.46143.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=41.02%
G=36.36%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516410200.110.450.2744.8237.2256.27
HexB9A4660B2D1B2d2538
Octal2712441460135533554570
Binary101110011010010011001100101110110111011101101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A466; }

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

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

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

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

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

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

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

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