Shades of Gimblet #BBAB6E
Tints of Gimblet #BBAB6E
RGB
CMYK
RGB Variations
Color information
#BBAB6E (or 0xBBAB6E) is known color: Gimblet. HEX triplet: BB, AB and 6E. RGB value is (187,171,110). Sum of RGB (Red+Green+Blue) = 187+171+110=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB6E is #445491. Grayscale: #A9A9A9. Windows color (decimal): -4478098 or 7252923. OLE color: 7252923.
HSL color Cylindrical-coordinate representation of color #BBAB6E: hue angle of 47.53º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBAB6E is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 110 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.27 |
| HSL | 47.53º | 0.36% | 0.58% | - |
| HSV(B) | 47.53º | 0.41% | 0.73% | - |
| XYZ | 37.87 | 40.82 | 20.63 | - |
| YUV | 168.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 110 | 0 | 0.09 | 0.41 | 0.27 | 47.53 | 0.36 | 0.58 |
| Hex | BB | AB | 6E | 0 | 9 | 29 | 1B | 30 | 24 | 3A |
| Octal | 273 | 253 | 156 | 0 | 11 | 51 | 33 | 60 | 44 | 72 |
| Binary | 10111011 | 10101011 | 1101110 | 0 | 1001 | 101001 | 11011 | 110000 | 100100 | 111010 |
Color Harmonies of #BBAB6E
Complementary color
Monochromatic Colors of #BBAB6E
Black with #BBAB6E
Text Example
Text Example
White with #BBAB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB6E; }
p { color: rgb(187,171,110); }
H1.HeaderClassName
{
color: #BBAB6E;
}
.AnyTagClassName
{
color: #BBAB6E;
}
</style>
background-color css
<style>
a { background-color: #BBAB6E; }
a { background-color: rgb(187,171,110); }
div.DivClassName
{
background-color: #BBAB6E;
}
.BgClassName
{
background-color: #BBAB6E;
}
</style>
border-color css
<style>
span { border-color: #BBAB6E; }
span { border-color: rgb(187,171,110); }
td.TdClassName
{
border-color: #BBAB6E;
}
.TagClassName
{
border-color: #BBAB6E;
}
</style>