Shades of Gimblet #B1AA6E
Tints of Gimblet #B1AA6E
RGB
CMYK
RGB Variations
Color information
#B1AA6E (or 0xB1AA6E) is known color: Gimblet. HEX triplet: B1, AA and 6E. RGB value is (177,170,110). Sum of RGB (Red+Green+Blue) = 177+170+110=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA6E is #4E5591. Grayscale: #A5A5A5. Windows color (decimal): -5133714 or 7252657. OLE color: 7252657.
HSL color Cylindrical-coordinate representation of color #B1AA6E: hue angle of 53.73º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1AA6E is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 110 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.31 |
| HSL | 53.73º | 0.3% | 0.56% | - |
| HSV(B) | 53.73º | 0.38% | 0.69% | - |
| XYZ | 35.32 | 39.22 | 20.46 | - |
| YUV | 165.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 110 | 0 | 0.04 | 0.38 | 0.31 | 53.73 | 0.3 | 0.56 |
| Hex | B1 | AA | 6E | 0 | 4 | 26 | 1F | 36 | 1E | 38 |
| Octal | 261 | 252 | 156 | 0 | 4 | 46 | 37 | 66 | 36 | 70 |
| Binary | 10110001 | 10101010 | 1101110 | 0 | 100 | 100110 | 11111 | 110110 | 11110 | 111000 |
Color Harmonies of #B1AA6E
Complementary color
Monochromatic Colors of #B1AA6E
Black with #B1AA6E
Text Example
Text Example
White with #B1AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA6E; }
p { color: rgb(177,170,110); }
H1.HeaderClassName
{
color: #B1AA6E;
}
.AnyTagClassName
{
color: #B1AA6E;
}
</style>
background-color css
<style>
a { background-color: #B1AA6E; }
a { background-color: rgb(177,170,110); }
div.DivClassName
{
background-color: #B1AA6E;
}
.BgClassName
{
background-color: #B1AA6E;
}
</style>
border-color css
<style>
span { border-color: #B1AA6E; }
span { border-color: rgb(177,170,110); }
td.TdClassName
{
border-color: #B1AA6E;
}
.TagClassName
{
border-color: #B1AA6E;
}
</style>