Shades of Gimblet #B29F61
Tints of Gimblet #B29F61
RGB
CMYK
RGB Variations
Color information
#B29F61 (or 0xB29F61) is known color: Gimblet. HEX triplet: B2, 9F and 61. RGB value is (178,159,97). Sum of RGB (Red+Green+Blue) = 178+159+97=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F61 is #4D609E. Grayscale: #9D9D9D. Windows color (decimal): -5071007 or 6397874. OLE color: 6397874.
HSL color Cylindrical-coordinate representation of color #B29F61: hue angle of 45.93º degrees, saturation: 0.34, 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 #B29F61 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 159 | 97 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.30 |
| HSL | 45.93º | 0.34% | 0.54% | - |
| HSV(B) | 45.93º | 0.46% | 0.7% | - |
| XYZ | 32.92 | 35.12 | 16.35 | - |
| YUV | 157.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 159 | 97 | 0 | 0.11 | 0.46 | 0.30 | 45.93 | 0.34 | 0.54 |
| Hex | B2 | 9F | 61 | 0 | B | 2E | 1E | 2E | 22 | 36 |
| Octal | 262 | 237 | 141 | 0 | 13 | 56 | 36 | 56 | 42 | 66 |
| Binary | 10110010 | 10011111 | 1100001 | 0 | 1011 | 101110 | 11110 | 101110 | 100010 | 110110 |
Color Harmonies of #B29F61
Complementary color
Monochromatic Colors of #B29F61
Black with #B29F61
Text Example
Text Example
White with #B29F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29F61; }
p { color: rgb(178,159,97); }
H1.HeaderClassName
{
color: #B29F61;
}
.AnyTagClassName
{
color: #B29F61;
}
</style>
background-color css
<style>
a { background-color: #B29F61; }
a { background-color: rgb(178,159,97); }
div.DivClassName
{
background-color: #B29F61;
}
.BgClassName
{
background-color: #B29F61;
}
</style>
border-color css
<style>
span { border-color: #B29F61; }
span { border-color: rgb(178,159,97); }
td.TdClassName
{
border-color: #B29F61;
}
.TagClassName
{
border-color: #B29F61;
}
</style>