Shades of Gimblet #B09F66
Tints of Gimblet #B09F66
RGB
CMYK
RGB Variations
Color information
#B09F66 (or 0xB09F66) is known color: Gimblet. HEX triplet: B0, 9F and 66. RGB value is (176,159,102). Sum of RGB (Red+Green+Blue) = 176+159+102=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F66 is #4F6099. Grayscale: #9D9D9D. Windows color (decimal): -5202074 or 6725552. OLE color: 6725552.
HSL color Cylindrical-coordinate representation of color #B09F66: hue angle of 46.22º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B09F66 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 159 | 102 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.31 |
| HSL | 46.22º | 0.32% | 0.55% | - |
| HSV(B) | 46.22º | 0.42% | 0.69% | - |
| XYZ | 32.7 | 34.99 | 17.6 | - |
| YUV | 157.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 102 | 0 | 0.10 | 0.42 | 0.31 | 46.22 | 0.32 | 0.55 |
| Hex | B0 | 9F | 66 | 0 | A | 2A | 1F | 2E | 20 | 37 |
| Octal | 260 | 237 | 146 | 0 | 12 | 52 | 37 | 56 | 40 | 67 |
| Binary | 10110000 | 10011111 | 1100110 | 0 | 1010 | 101010 | 11111 | 101110 | 100000 | 110111 |
Color Harmonies of #B09F66
Complementary color
Monochromatic Colors of #B09F66
Black with #B09F66
Text Example
Text Example
White with #B09F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09F66; }
p { color: rgb(176,159,102); }
H1.HeaderClassName
{
color: #B09F66;
}
.AnyTagClassName
{
color: #B09F66;
}
</style>
background-color css
<style>
a { background-color: #B09F66; }
a { background-color: rgb(176,159,102); }
div.DivClassName
{
background-color: #B09F66;
}
.BgClassName
{
background-color: #B09F66;
}
</style>
border-color css
<style>
span { border-color: #B09F66; }
span { border-color: rgb(176,159,102); }
td.TdClassName
{
border-color: #B09F66;
}
.TagClassName
{
border-color: #B09F66;
}
</style>