Shades of Gimblet #B1A969
Tints of Gimblet #B1A969
RGB
CMYK
RGB Variations
Color information
#B1A969 (or 0xB1A969) is known color: Gimblet. HEX triplet: B1, A9 and 69. RGB value is (177,169,105). Sum of RGB (Red+Green+Blue) = 177+169+105=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A969 is #4E5696. Grayscale: #A4A4A4. Windows color (decimal): -5133975 or 6924721. OLE color: 6924721.
HSL color Cylindrical-coordinate representation of color #B1A969: hue angle of 53.33º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1A969 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 105 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.31 |
| HSL | 53.33º | 0.32% | 0.55% | - |
| HSV(B) | 53.33º | 0.41% | 0.69% | - |
| XYZ | 34.87 | 38.74 | 19 | - |
| YUV | 164.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 105 | 0 | 0.05 | 0.41 | 0.31 | 53.33 | 0.32 | 0.55 |
| Hex | B1 | A9 | 69 | 0 | 5 | 29 | 1F | 35 | 20 | 37 |
| Octal | 261 | 251 | 151 | 0 | 5 | 51 | 37 | 65 | 40 | 67 |
| Binary | 10110001 | 10101001 | 1101001 | 0 | 101 | 101001 | 11111 | 110101 | 100000 | 110111 |
Color Harmonies of #B1A969
Complementary color
Monochromatic Colors of #B1A969
Black with #B1A969
Text Example
Text Example
White with #B1A969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A969; }
p { color: rgb(177,169,105); }
H1.HeaderClassName
{
color: #B1A969;
}
.AnyTagClassName
{
color: #B1A969;
}
</style>
background-color css
<style>
a { background-color: #B1A969; }
a { background-color: rgb(177,169,105); }
div.DivClassName
{
background-color: #B1A969;
}
.BgClassName
{
background-color: #B1A969;
}
</style>
border-color css
<style>
span { border-color: #B1A969; }
span { border-color: rgb(177,169,105); }
td.TdClassName
{
border-color: #B1A969;
}
.TagClassName
{
border-color: #B1A969;
}
</style>