Shades of Gimblet #B1A665
Tints of Gimblet #B1A665
RGB
CMYK
RGB Variations
Color information
#B1A665 (or 0xB1A665) is known color: Gimblet. HEX triplet: B1, A6 and 65. RGB value is (177,166,101). Sum of RGB (Red+Green+Blue) = 177+166+101=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A665 is #4E599A. Grayscale: #A2A2A2. Windows color (decimal): -5134747 or 6661809. OLE color: 6661809.
HSL color Cylindrical-coordinate representation of color #B1A665: hue angle of 51.32º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1A665 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 101 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.31 |
| HSL | 51.32º | 0.33% | 0.55% | - |
| HSV(B) | 51.32º | 0.43% | 0.69% | - |
| XYZ | 34.12 | 37.56 | 17.76 | - |
| YUV | 161.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 101 | 0 | 0.06 | 0.43 | 0.31 | 51.32 | 0.33 | 0.55 |
| Hex | B1 | A6 | 65 | 0 | 6 | 2B | 1F | 33 | 21 | 37 |
| Octal | 261 | 246 | 145 | 0 | 6 | 53 | 37 | 63 | 41 | 67 |
| Binary | 10110001 | 10100110 | 1100101 | 0 | 110 | 101011 | 11111 | 110011 | 100001 | 110111 |
Color Harmonies of #B1A665
Complementary color
Monochromatic Colors of #B1A665
Black with #B1A665
Text Example
Text Example
White with #B1A665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A665; }
p { color: rgb(177,166,101); }
H1.HeaderClassName
{
color: #B1A665;
}
.AnyTagClassName
{
color: #B1A665;
}
</style>
background-color css
<style>
a { background-color: #B1A665; }
a { background-color: rgb(177,166,101); }
div.DivClassName
{
background-color: #B1A665;
}
.BgClassName
{
background-color: #B1A665;
}
</style>
border-color css
<style>
span { border-color: #B1A665; }
span { border-color: rgb(177,166,101); }
td.TdClassName
{
border-color: #B1A665;
}
.TagClassName
{
border-color: #B1A665;
}
</style>