Shades of Gimblet #B9A66D
Tints of Gimblet #B9A66D
RGB
CMYK
RGB Variations
Color information
#B9A66D (or 0xB9A66D) is known color: Gimblet. HEX triplet: B9, A6 and 6D. RGB value is (185,166,109). Sum of RGB (Red+Green+Blue) = 185+166+109=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A66D is #465992. Grayscale: #A5A5A5. Windows color (decimal): -4610451 or 7186105. OLE color: 7186105.
HSL color Cylindrical-coordinate representation of color #B9A66D: hue angle of 45º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9A66D is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 109 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.27 |
| HSL | 45º | 0.35% | 0.58% | - |
| HSV(B) | 45º | 0.41% | 0.73% | - |
| XYZ | 36.4 | 38.69 | 20.02 | - |
| YUV | 165.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 109 | 0 | 0.10 | 0.41 | 0.27 | 45 | 0.35 | 0.58 |
| Hex | B9 | A6 | 6D | 0 | A | 29 | 1B | 2D | 23 | 3A |
| Octal | 271 | 246 | 155 | 0 | 12 | 51 | 33 | 55 | 43 | 72 |
| Binary | 10111001 | 10100110 | 1101101 | 0 | 1010 | 101001 | 11011 | 101101 | 100011 | 111010 |
Color Harmonies of #B9A66D
Complementary color
Monochromatic Colors of #B9A66D
Black with #B9A66D
Text Example
Text Example
White with #B9A66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A66D; }
p { color: rgb(185,166,109); }
H1.HeaderClassName
{
color: #B9A66D;
}
.AnyTagClassName
{
color: #B9A66D;
}
</style>
background-color css
<style>
a { background-color: #B9A66D; }
a { background-color: rgb(185,166,109); }
div.DivClassName
{
background-color: #B9A66D;
}
.BgClassName
{
background-color: #B9A66D;
}
</style>
border-color css
<style>
span { border-color: #B9A66D; }
span { border-color: rgb(185,166,109); }
td.TdClassName
{
border-color: #B9A66D;
}
.TagClassName
{
border-color: #B9A66D;
}
</style>