Shades of Gimblet #B9AB66
Tints of Gimblet #B9AB66
RGB
CMYK
RGB Variations
Color information
#B9AB66 (or 0xB9AB66) is known color: Gimblet. HEX triplet: B9, AB and 66. RGB value is (185,171,102). Sum of RGB (Red+Green+Blue) = 185+171+102=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB66 is #465499. Grayscale: #A7A7A7. Windows color (decimal): -4609178 or 6728633. OLE color: 6728633.
HSL color Cylindrical-coordinate representation of color #B9AB66: hue angle of 49.88º 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 #B9AB66 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 102 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.27 |
| HSL | 49.88º | 0.37% | 0.56% | - |
| HSV(B) | 49.88º | 0.45% | 0.73% | - |
| XYZ | 36.97 | 40.4 | 18.42 | - |
| YUV | 167.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 102 | 0 | 0.08 | 0.45 | 0.27 | 49.88 | 0.37 | 0.56 |
| Hex | B9 | AB | 66 | 0 | 8 | 2D | 1B | 32 | 25 | 38 |
| Octal | 271 | 253 | 146 | 0 | 10 | 55 | 33 | 62 | 45 | 70 |
| Binary | 10111001 | 10101011 | 1100110 | 0 | 1000 | 101101 | 11011 | 110010 | 100101 | 111000 |
Color Harmonies of #B9AB66
Complementary color
Monochromatic Colors of #B9AB66
Black with #B9AB66
Text Example
Text Example
White with #B9AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB66; }
p { color: rgb(185,171,102); }
H1.HeaderClassName
{
color: #B9AB66;
}
.AnyTagClassName
{
color: #B9AB66;
}
</style>
background-color css
<style>
a { background-color: #B9AB66; }
a { background-color: rgb(185,171,102); }
div.DivClassName
{
background-color: #B9AB66;
}
.BgClassName
{
background-color: #B9AB66;
}
</style>
border-color css
<style>
span { border-color: #B9AB66; }
span { border-color: rgb(185,171,102); }
td.TdClassName
{
border-color: #B9AB66;
}
.TagClassName
{
border-color: #B9AB66;
}
</style>