Shades of Gimblet #B09F5E
Tints of Gimblet #B09F5E
RGB
CMYK
RGB Variations
Color information
#B09F5E (or 0xB09F5E) is known color: Gimblet. HEX triplet: B0, 9F and 5E. RGB value is (176,159,94). Sum of RGB (Red+Green+Blue) = 176+159+94=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F5E is #4F60A1. Grayscale: #9C9C9C. Windows color (decimal): -5202082 or 6201264. OLE color: 6201264.
HSL color Cylindrical-coordinate representation of color #B09F5E: hue angle of 47.56º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B09F5E is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 159 | 94 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.31 |
| HSL | 47.56º | 0.34% | 0.53% | - |
| HSV(B) | 47.56º | 0.47% | 0.69% | - |
| XYZ | 32.32 | 34.83 | 15.61 | - |
| YUV | 156.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 94 | 0 | 0.10 | 0.47 | 0.31 | 47.56 | 0.34 | 0.53 |
| Hex | B0 | 9F | 5E | 0 | A | 2F | 1F | 30 | 22 | 35 |
| Octal | 260 | 237 | 136 | 0 | 12 | 57 | 37 | 60 | 42 | 65 |
| Binary | 10110000 | 10011111 | 1011110 | 0 | 1010 | 101111 | 11111 | 110000 | 100010 | 110101 |
Color Harmonies of #B09F5E
Complementary color
Monochromatic Colors of #B09F5E
Black with #B09F5E
Text Example
Text Example
White with #B09F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09F5E; }
p { color: rgb(176,159,94); }
H1.HeaderClassName
{
color: #B09F5E;
}
.AnyTagClassName
{
color: #B09F5E;
}
</style>
background-color css
<style>
a { background-color: #B09F5E; }
a { background-color: rgb(176,159,94); }
div.DivClassName
{
background-color: #B09F5E;
}
.BgClassName
{
background-color: #B09F5E;
}
</style>
border-color css
<style>
span { border-color: #B09F5E; }
span { border-color: rgb(176,159,94); }
td.TdClassName
{
border-color: #B09F5E;
}
.TagClassName
{
border-color: #B09F5E;
}
</style>