#B9A666

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

Shades of Gimblet #B9A666

Tints of Gimblet #B9A666

Color information

#B9A666 (or 0xB9A666) is unknown color: approx Gimblet. HEX triplet: B9, A6 and 66. RGB value is (185,166,102). Sum of RGB (Red+Green+Blue) = 185+166+102=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A666 is #465999. Grayscale: #A4A4A4. Windows color (decimal): -4610458 or 6727353. OLE color: 6727353.

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

Color convert

RGB185166102-
CMYK00.100.450.27
HSL46.27º37.22%56.27%-
HSV(B)46.27º44.86%72.55%-
XYZ36.0438.5518.11-
YUV164.3892.79142.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=40.84%
G=36.64%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516610200.100.450.2746.2737.2256.27
HexB9A6660A2D1B2e2538
Octal2712461460125533564570
Binary101110011010011011001100101010110111011101110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A666; }

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

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

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

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

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

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

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

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