Shades of Gimblet #B9AB6F
Tints of Gimblet #B9AB6F
RGB
CMYK
RGB Variations
Color information
#B9AB6F (or 0xB9AB6F) is known color: Gimblet. HEX triplet: B9, AB and 6F. RGB value is (185,171,111). Sum of RGB (Red+Green+Blue) = 185+171+111=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB6F is #465490. Grayscale: #A8A8A8. Windows color (decimal): -4609169 or 7318457. OLE color: 7318457.
HSL color Cylindrical-coordinate representation of color #B9AB6F: hue angle of 48.65º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9AB6F is Cyan = 0, Magento = 0.08, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 111 | - |
| CMYK | 0 | 0.08 | 0.4 | 0.27 |
| HSL | 48.65º | 0.35% | 0.58% | - |
| HSV(B) | 48.65º | 0.4% | 0.73% | - |
| XYZ | 37.44 | 40.59 | 20.9 | - |
| YUV | 168.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 111 | 0 | 0.08 | 0.4 | 0.27 | 48.65 | 0.35 | 0.58 |
| Hex | B9 | AB | 6F | 0 | 8 | 28 | 1B | 31 | 23 | 3A |
| Octal | 271 | 253 | 157 | 0 | 10 | 50 | 33 | 61 | 43 | 72 |
| Binary | 10111001 | 10101011 | 1101111 | 0 | 1000 | 101000 | 11011 | 110001 | 100011 | 111010 |
Color Harmonies of #B9AB6F
Complementary color
Monochromatic Colors of #B9AB6F
Black with #B9AB6F
Text Example
Text Example
White with #B9AB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB6F; }
p { color: rgb(185,171,111); }
H1.HeaderClassName
{
color: #B9AB6F;
}
.AnyTagClassName
{
color: #B9AB6F;
}
</style>
background-color css
<style>
a { background-color: #B9AB6F; }
a { background-color: rgb(185,171,111); }
div.DivClassName
{
background-color: #B9AB6F;
}
.BgClassName
{
background-color: #B9AB6F;
}
</style>
border-color css
<style>
span { border-color: #B9AB6F; }
span { border-color: rgb(185,171,111); }
td.TdClassName
{
border-color: #B9AB6F;
}
.TagClassName
{
border-color: #B9AB6F;
}
</style>