Shades of Gimblet #BBA968
Tints of Gimblet #BBA968
RGB
CMYK
RGB Variations
Color information
#BBA968 (or 0xBBA968) is known color: Gimblet. HEX triplet: BB, A9 and 68. RGB value is (187,169,104). Sum of RGB (Red+Green+Blue) = 187+169+104=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA968 is #445697. Grayscale: #A7A7A7. Windows color (decimal): -4478616 or 6859195. OLE color: 6859195.
HSL color Cylindrical-coordinate representation of color #BBA968: hue angle of 46.99º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBA968 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 104 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.27 |
| HSL | 46.99º | 0.38% | 0.57% | - |
| HSV(B) | 46.99º | 0.44% | 0.73% | - |
| XYZ | 37.18 | 39.94 | 18.85 | - |
| YUV | 166.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 104 | 0 | 0.10 | 0.44 | 0.27 | 46.99 | 0.38 | 0.57 |
| Hex | BB | A9 | 68 | 0 | A | 2C | 1B | 2F | 26 | 39 |
| Octal | 273 | 251 | 150 | 0 | 12 | 54 | 33 | 57 | 46 | 71 |
| Binary | 10111011 | 10101001 | 1101000 | 0 | 1010 | 101100 | 11011 | 101111 | 100110 | 111001 |
Color Harmonies of #BBA968
Complementary color
Monochromatic Colors of #BBA968
Black with #BBA968
Text Example
Text Example
White with #BBA968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA968; }
p { color: rgb(187,169,104); }
H1.HeaderClassName
{
color: #BBA968;
}
.AnyTagClassName
{
color: #BBA968;
}
</style>
background-color css
<style>
a { background-color: #BBA968; }
a { background-color: rgb(187,169,104); }
div.DivClassName
{
background-color: #BBA968;
}
.BgClassName
{
background-color: #BBA968;
}
</style>
border-color css
<style>
span { border-color: #BBA968; }
span { border-color: rgb(187,169,104); }
td.TdClassName
{
border-color: #BBA968;
}
.TagClassName
{
border-color: #BBA968;
}
</style>