Shades of Gimblet #B39F64
Tints of Gimblet #B39F64
RGB
CMYK
RGB Variations
Color information
#B39F64 (or 0xB39F64) is known color: Gimblet. HEX triplet: B3, 9F and 64. RGB value is (179,159,100). Sum of RGB (Red+Green+Blue) = 179+159+100=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39F64 is #4C609B. Grayscale: #9E9E9E. Windows color (decimal): -5005468 or 6594483. OLE color: 6594483.
HSL color Cylindrical-coordinate representation of color #B39F64: hue angle of 44.81º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B39F64 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 159 | 100 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.30 |
| HSL | 44.81º | 0.34% | 0.55% | - |
| HSV(B) | 44.81º | 0.44% | 0.7% | - |
| XYZ | 33.29 | 35.3 | 17.12 | - |
| YUV | 158.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 100 | 0 | 0.11 | 0.44 | 0.30 | 44.81 | 0.34 | 0.55 |
| Hex | B3 | 9F | 64 | 0 | B | 2C | 1E | 2D | 22 | 37 |
| Octal | 263 | 237 | 144 | 0 | 13 | 54 | 36 | 55 | 42 | 67 |
| Binary | 10110011 | 10011111 | 1100100 | 0 | 1011 | 101100 | 11110 | 101101 | 100010 | 110111 |
Color Harmonies of #B39F64
Complementary color
Monochromatic Colors of #B39F64
Black with #B39F64
Text Example
Text Example
White with #B39F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39F64; }
p { color: rgb(179,159,100); }
H1.HeaderClassName
{
color: #B39F64;
}
.AnyTagClassName
{
color: #B39F64;
}
</style>
background-color css
<style>
a { background-color: #B39F64; }
a { background-color: rgb(179,159,100); }
div.DivClassName
{
background-color: #B39F64;
}
.BgClassName
{
background-color: #B39F64;
}
</style>
border-color css
<style>
span { border-color: #B39F64; }
span { border-color: rgb(179,159,100); }
td.TdClassName
{
border-color: #B39F64;
}
.TagClassName
{
border-color: #B39F64;
}
</style>