Shades of Gimblet #B0AB66
Tints of Gimblet #B0AB66
RGB
CMYK
RGB Variations
Color information
#B0AB66 (or 0xB0AB66) is known color: Gimblet. HEX triplet: B0, AB and 66. RGB value is (176,171,102). Sum of RGB (Red+Green+Blue) = 176+171+102=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB66 is #4F5499. Grayscale: #A4A4A4. Windows color (decimal): -5199002 or 6728624. OLE color: 6728624.
HSL color Cylindrical-coordinate representation of color #B0AB66: hue angle of 55.95º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0AB66 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 102 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.31 |
| HSL | 55.95º | 0.32% | 0.55% | - |
| HSV(B) | 55.95º | 0.42% | 0.69% | - |
| XYZ | 34.87 | 39.32 | 18.32 | - |
| YUV | 164.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 102 | 0 | 0.03 | 0.42 | 0.31 | 55.95 | 0.32 | 0.55 |
| Hex | B0 | AB | 66 | 0 | 3 | 2A | 1F | 38 | 20 | 37 |
| Octal | 260 | 253 | 146 | 0 | 3 | 52 | 37 | 70 | 40 | 67 |
| Binary | 10110000 | 10101011 | 1100110 | 0 | 11 | 101010 | 11111 | 111000 | 100000 | 110111 |
Color Harmonies of #B0AB66
Complementary color
Monochromatic Colors of #B0AB66
Black with #B0AB66
Text Example
Text Example
White with #B0AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB66; }
p { color: rgb(176,171,102); }
H1.HeaderClassName
{
color: #B0AB66;
}
.AnyTagClassName
{
color: #B0AB66;
}
</style>
background-color css
<style>
a { background-color: #B0AB66; }
a { background-color: rgb(176,171,102); }
div.DivClassName
{
background-color: #B0AB66;
}
.BgClassName
{
background-color: #B0AB66;
}
</style>
border-color css
<style>
span { border-color: #B0AB66; }
span { border-color: rgb(176,171,102); }
td.TdClassName
{
border-color: #B0AB66;
}
.TagClassName
{
border-color: #B0AB66;
}
</style>