#B9A662

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

Shades of Gimblet #B9A662

Tints of Gimblet #B9A662

Color information

#B9A662 (or 0xB9A662) is unknown color: approx Gimblet. HEX triplet: B9, A6 and 62. RGB value is (185,166,98). Sum of RGB (Red+Green+Blue) = 185+166+98=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A662 is #46599D. Grayscale: #A4A4A4. Windows color (decimal): -4610462 or 6465209. OLE color: 6465209.

HSL color Cylindrical-coordinate representation of color #B9A662: hue angle of 46.9º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9A662 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18516698-
CMYK00.100.470.27
HSL46.9º38.33%55.49%-
HSV(B)46.9º47.03%72.55%-
XYZ35.8538.4717.09-
YUV163.9390.79143.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 166 (65.23% from 255) = 36.97%
BLUE value IS 98 (38.67% from 255) = 21.83%
R=41.20%
G=36.97%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851669800.100.470.2746.938.3355.49
HexB9A6620A2F1B2f2637
Octal2712461420125733574667
Binary101110011010011011000100101010111111011101111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A662; }

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

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

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

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

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

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

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

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