Shades of Gimblet #B39F5E
Tints of Gimblet #B39F5E
RGB
CMYK
RGB Variations
Color information
#B39F5E (or 0xB39F5E) is known color: Gimblet. HEX triplet: B3, 9F and 5E. RGB value is (179,159,94). Sum of RGB (Red+Green+Blue) = 179+159+94=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39F5E is #4C60A1. Grayscale: #9D9D9D. Windows color (decimal): -5005474 or 6201267. OLE color: 6201267.
HSL color Cylindrical-coordinate representation of color #B39F5E: hue angle of 45.88º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B39F5E is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 159 | 94 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.30 |
| HSL | 45.88º | 0.36% | 0.54% | - |
| HSV(B) | 45.88º | 0.47% | 0.7% | - |
| XYZ | 33.01 | 35.19 | 15.64 | - |
| YUV | 157.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 94 | 0 | 0.11 | 0.47 | 0.30 | 45.88 | 0.36 | 0.54 |
| Hex | B3 | 9F | 5E | 0 | B | 2F | 1E | 2E | 24 | 36 |
| Octal | 263 | 237 | 136 | 0 | 13 | 57 | 36 | 56 | 44 | 66 |
| Binary | 10110011 | 10011111 | 1011110 | 0 | 1011 | 101111 | 11110 | 101110 | 100100 | 110110 |
Color Harmonies of #B39F5E
Complementary color
Monochromatic Colors of #B39F5E
Black with #B39F5E
Text Example
Text Example
White with #B39F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39F5E; }
p { color: rgb(179,159,94); }
H1.HeaderClassName
{
color: #B39F5E;
}
.AnyTagClassName
{
color: #B39F5E;
}
</style>
background-color css
<style>
a { background-color: #B39F5E; }
a { background-color: rgb(179,159,94); }
div.DivClassName
{
background-color: #B39F5E;
}
.BgClassName
{
background-color: #B39F5E;
}
</style>
border-color css
<style>
span { border-color: #B39F5E; }
span { border-color: rgb(179,159,94); }
td.TdClassName
{
border-color: #B39F5E;
}
.TagClassName
{
border-color: #B39F5E;
}
</style>