Shades of Gimblet #B1AA6F
Tints of Gimblet #B1AA6F
RGB
CMYK
RGB Variations
Color information
#B1AA6F (or 0xB1AA6F) is known color: Gimblet. HEX triplet: B1, AA and 6F. RGB value is (177,170,111). Sum of RGB (Red+Green+Blue) = 177+170+111=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA6F is #4E5590. Grayscale: #A5A5A5. Windows color (decimal): -5133713 or 7318193. OLE color: 7318193.
HSL color Cylindrical-coordinate representation of color #B1AA6F: hue angle of 53.64º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1AA6F is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 111 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.31 |
| HSL | 53.64º | 0.3% | 0.56% | - |
| HSV(B) | 53.64º | 0.37% | 0.69% | - |
| XYZ | 35.38 | 39.24 | 20.75 | - |
| YUV | 165.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 111 | 0 | 0.04 | 0.37 | 0.31 | 53.64 | 0.3 | 0.56 |
| Hex | B1 | AA | 6F | 0 | 4 | 25 | 1F | 36 | 1E | 38 |
| Octal | 261 | 252 | 157 | 0 | 4 | 45 | 37 | 66 | 36 | 70 |
| Binary | 10110001 | 10101010 | 1101111 | 0 | 100 | 100101 | 11111 | 110110 | 11110 | 111000 |
Color Harmonies of #B1AA6F
Complementary color
Monochromatic Colors of #B1AA6F
Black with #B1AA6F
Text Example
Text Example
White with #B1AA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA6F; }
p { color: rgb(177,170,111); }
H1.HeaderClassName
{
color: #B1AA6F;
}
.AnyTagClassName
{
color: #B1AA6F;
}
</style>
background-color css
<style>
a { background-color: #B1AA6F; }
a { background-color: rgb(177,170,111); }
div.DivClassName
{
background-color: #B1AA6F;
}
.BgClassName
{
background-color: #B1AA6F;
}
</style>
border-color css
<style>
span { border-color: #B1AA6F; }
span { border-color: rgb(177,170,111); }
td.TdClassName
{
border-color: #B1AA6F;
}
.TagClassName
{
border-color: #B1AA6F;
}
</style>