Shades of Gimblet #B1A76C
Tints of Gimblet #B1A76C
RGB
CMYK
RGB Variations
Color information
#B1A76C (or 0xB1A76C) is known color: Gimblet. HEX triplet: B1, A7 and 6C. RGB value is (177,167,108). Sum of RGB (Red+Green+Blue) = 177+167+108=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A76C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A76C is #4E5893. Grayscale: #A3A3A3. Windows color (decimal): -5134484 or 7120817. OLE color: 7120817.
HSL color Cylindrical-coordinate representation of color #B1A76C: hue angle of 51.3º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1A76C is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 108 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.31 |
| HSL | 51.3º | 0.31% | 0.56% | - |
| HSV(B) | 51.3º | 0.39% | 0.69% | - |
| XYZ | 34.66 | 38.07 | 19.71 | - |
| YUV | 163.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 108 | 0 | 0.06 | 0.39 | 0.31 | 51.3 | 0.31 | 0.56 |
| Hex | B1 | A7 | 6C | 0 | 6 | 27 | 1F | 33 | 1F | 38 |
| Octal | 261 | 247 | 154 | 0 | 6 | 47 | 37 | 63 | 37 | 70 |
| Binary | 10110001 | 10100111 | 1101100 | 0 | 110 | 100111 | 11111 | 110011 | 11111 | 111000 |
Color Harmonies of #B1A76C
Complementary color
Monochromatic Colors of #B1A76C
Black with #B1A76C
Text Example
Text Example
White with #B1A76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A76C; }
p { color: rgb(177,167,108); }
H1.HeaderClassName
{
color: #B1A76C;
}
.AnyTagClassName
{
color: #B1A76C;
}
</style>
background-color css
<style>
a { background-color: #B1A76C; }
a { background-color: rgb(177,167,108); }
div.DivClassName
{
background-color: #B1A76C;
}
.BgClassName
{
background-color: #B1A76C;
}
</style>
border-color css
<style>
span { border-color: #B1A76C; }
span { border-color: rgb(177,167,108); }
td.TdClassName
{
border-color: #B1A76C;
}
.TagClassName
{
border-color: #B1A76C;
}
</style>