Shades of Gimblet #BBA963
Tints of Gimblet #BBA963
RGB
CMYK
RGB Variations
Color information
#BBA963 (or 0xBBA963) is known color: Gimblet. HEX triplet: BB, A9 and 63. RGB value is (187,169,99). Sum of RGB (Red+Green+Blue) = 187+169+99=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA963 is #44569C. Grayscale: #A6A6A6. Windows color (decimal): -4478621 or 6531515. OLE color: 6531515.
HSL color Cylindrical-coordinate representation of color #BBA963: hue angle of 47.73º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBA963 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 99 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.27 |
| HSL | 47.73º | 0.39% | 0.56% | - |
| HSV(B) | 47.73º | 0.47% | 0.73% | - |
| XYZ | 36.93 | 39.84 | 17.55 | - |
| YUV | 166.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 99 | 0 | 0.10 | 0.47 | 0.27 | 47.73 | 0.39 | 0.56 |
| Hex | BB | A9 | 63 | 0 | A | 2F | 1B | 30 | 27 | 38 |
| Octal | 273 | 251 | 143 | 0 | 12 | 57 | 33 | 60 | 47 | 70 |
| Binary | 10111011 | 10101001 | 1100011 | 0 | 1010 | 101111 | 11011 | 110000 | 100111 | 111000 |
Color Harmonies of #BBA963
Complementary color
Monochromatic Colors of #BBA963
Black with #BBA963
Text Example
Text Example
White with #BBA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA963; }
p { color: rgb(187,169,99); }
H1.HeaderClassName
{
color: #BBA963;
}
.AnyTagClassName
{
color: #BBA963;
}
</style>
background-color css
<style>
a { background-color: #BBA963; }
a { background-color: rgb(187,169,99); }
div.DivClassName
{
background-color: #BBA963;
}
.BgClassName
{
background-color: #BBA963;
}
</style>
border-color css
<style>
span { border-color: #BBA963; }
span { border-color: rgb(187,169,99); }
td.TdClassName
{
border-color: #BBA963;
}
.TagClassName
{
border-color: #BBA963;
}
</style>