Shades of Gimblet #B09F62
Tints of Gimblet #B09F62
RGB
CMYK
RGB Variations
Color information
#B09F62 (or 0xB09F62) is known color: Gimblet. HEX triplet: B0, 9F and 62. RGB value is (176,159,98). Sum of RGB (Red+Green+Blue) = 176+159+98=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F62 is #4F609D. Grayscale: #9D9D9D. Windows color (decimal): -5202078 or 6463408. OLE color: 6463408.
HSL color Cylindrical-coordinate representation of color #B09F62: hue angle of 46.92º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B09F62 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 159 | 98 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.31 |
| HSL | 46.92º | 0.33% | 0.54% | - |
| HSV(B) | 46.92º | 0.44% | 0.69% | - |
| XYZ | 32.51 | 34.91 | 16.58 | - |
| YUV | 157.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 98 | 0 | 0.10 | 0.44 | 0.31 | 46.92 | 0.33 | 0.54 |
| Hex | B0 | 9F | 62 | 0 | A | 2C | 1F | 2F | 21 | 36 |
| Octal | 260 | 237 | 142 | 0 | 12 | 54 | 37 | 57 | 41 | 66 |
| Binary | 10110000 | 10011111 | 1100010 | 0 | 1010 | 101100 | 11111 | 101111 | 100001 | 110110 |
Color Harmonies of #B09F62
Complementary color
Monochromatic Colors of #B09F62
Black with #B09F62
Text Example
Text Example
White with #B09F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09F62; }
p { color: rgb(176,159,98); }
H1.HeaderClassName
{
color: #B09F62;
}
.AnyTagClassName
{
color: #B09F62;
}
</style>
background-color css
<style>
a { background-color: #B09F62; }
a { background-color: rgb(176,159,98); }
div.DivClassName
{
background-color: #B09F62;
}
.BgClassName
{
background-color: #B09F62;
}
</style>
border-color css
<style>
span { border-color: #B09F62; }
span { border-color: rgb(176,159,98); }
td.TdClassName
{
border-color: #B09F62;
}
.TagClassName
{
border-color: #B09F62;
}
</style>