Shades of Gimblet #BBA969
Tints of Gimblet #BBA969
RGB
CMYK
RGB Variations
Color information
#BBA969 (or 0xBBA969) is known color: Gimblet. HEX triplet: BB, A9 and 69. RGB value is (187,169,105). Sum of RGB (Red+Green+Blue) = 187+169+105=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA969 is #445696. Grayscale: #A7A7A7. Windows color (decimal): -4478615 or 6924731. OLE color: 6924731.
HSL color Cylindrical-coordinate representation of color #BBA969: hue angle of 46.83º 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 #BBA969 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 105 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.27 |
| HSL | 46.83º | 0.38% | 0.57% | - |
| HSV(B) | 46.83º | 0.44% | 0.73% | - |
| XYZ | 37.23 | 39.96 | 19.12 | - |
| YUV | 167.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 105 | 0 | 0.10 | 0.44 | 0.27 | 46.83 | 0.38 | 0.57 |
| Hex | BB | A9 | 69 | 0 | A | 2C | 1B | 2F | 26 | 39 |
| Octal | 273 | 251 | 151 | 0 | 12 | 54 | 33 | 57 | 46 | 71 |
| Binary | 10111011 | 10101001 | 1101001 | 0 | 1010 | 101100 | 11011 | 101111 | 100110 | 111001 |
Color Harmonies of #BBA969
Complementary color
Monochromatic Colors of #BBA969
Black with #BBA969
Text Example
Text Example
White with #BBA969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA969; }
p { color: rgb(187,169,105); }
H1.HeaderClassName
{
color: #BBA969;
}
.AnyTagClassName
{
color: #BBA969;
}
</style>
background-color css
<style>
a { background-color: #BBA969; }
a { background-color: rgb(187,169,105); }
div.DivClassName
{
background-color: #BBA969;
}
.BgClassName
{
background-color: #BBA969;
}
</style>
border-color css
<style>
span { border-color: #BBA969; }
span { border-color: rgb(187,169,105); }
td.TdClassName
{
border-color: #BBA969;
}
.TagClassName
{
border-color: #BBA969;
}
</style>