Shades of Gimblet #B39F60
Tints of Gimblet #B39F60
RGB
CMYK
RGB Variations
Color information
#B39F60 (or 0xB39F60) is known color: Gimblet. HEX triplet: B3, 9F and 60. RGB value is (179,159,96). Sum of RGB (Red+Green+Blue) = 179+159+96=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39F60 is #4C609F. Grayscale: #9E9E9E. Windows color (decimal): -5005472 or 6332339. OLE color: 6332339.
HSL color Cylindrical-coordinate representation of color #B39F60: hue angle of 45.54º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B39F60 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 159 | 96 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.30 |
| HSL | 45.54º | 0.35% | 0.54% | - |
| HSV(B) | 45.54º | 0.46% | 0.7% | - |
| XYZ | 33.1 | 35.22 | 16.12 | - |
| YUV | 157.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 96 | 0 | 0.11 | 0.46 | 0.30 | 45.54 | 0.35 | 0.54 |
| Hex | B3 | 9F | 60 | 0 | B | 2E | 1E | 2E | 23 | 36 |
| Octal | 263 | 237 | 140 | 0 | 13 | 56 | 36 | 56 | 43 | 66 |
| Binary | 10110011 | 10011111 | 1100000 | 0 | 1011 | 101110 | 11110 | 101110 | 100011 | 110110 |
Color Harmonies of #B39F60
Complementary color
Monochromatic Colors of #B39F60
Black with #B39F60
Text Example
Text Example
White with #B39F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39F60; }
p { color: rgb(179,159,96); }
H1.HeaderClassName
{
color: #B39F60;
}
.AnyTagClassName
{
color: #B39F60;
}
</style>
background-color css
<style>
a { background-color: #B39F60; }
a { background-color: rgb(179,159,96); }
div.DivClassName
{
background-color: #B39F60;
}
.BgClassName
{
background-color: #B39F60;
}
</style>
border-color css
<style>
span { border-color: #B39F60; }
span { border-color: rgb(179,159,96); }
td.TdClassName
{
border-color: #B39F60;
}
.TagClassName
{
border-color: #B39F60;
}
</style>