#B9A66C

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

Shades of Gimblet #B9A66C

Tints of Gimblet #B9A66C

Color information

#B9A66C (or 0xB9A66C) is unknown color: approx Gimblet. HEX triplet: B9, A6 and 6C. RGB value is (185,166,108). Sum of RGB (Red+Green+Blue) = 185+166+108=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A66C is #465993. Grayscale: #A5A5A5. Windows color (decimal): -4610452 or 7120569. OLE color: 7120569.

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

Color convert

RGB185166108-
CMYK00.100.420.27
HSL45.19º35.48%57.45%-
HSV(B)45.19º41.62%72.55%-
XYZ36.3538.6719.74-
YUV165.0795.79142.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=40.31%
G=36.17%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516610800.100.420.2745.1935.4857.45
HexB9A66C0A2A1B2d2339
Octal2712461540125233554371
Binary101110011010011011011000101010101011011101101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A66C; }

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

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

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

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

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

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

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

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