Shades of Gimblet #BBA764
Tints of Gimblet #BBA764
RGB
CMYK
RGB Variations
Color information
#BBA764 (or 0xBBA764) is known color: Gimblet. HEX triplet: BB, A7 and 64. RGB value is (187,167,100). Sum of RGB (Red+Green+Blue) = 187+167+100=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA764 is #44589B. Grayscale: #A5A5A5. Windows color (decimal): -4479132 or 6596539. OLE color: 6596539.
HSL color Cylindrical-coordinate representation of color #BBA764: hue angle of 46.21º 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 #BBA764 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 100 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.27 |
| HSL | 46.21º | 0.39% | 0.56% | - |
| HSV(B) | 46.21º | 0.47% | 0.73% | - |
| XYZ | 36.61 | 39.12 | 17.68 | - |
| YUV | 165.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 100 | 0 | 0.11 | 0.47 | 0.27 | 46.21 | 0.39 | 0.56 |
| Hex | BB | A7 | 64 | 0 | B | 2F | 1B | 2E | 27 | 38 |
| Octal | 273 | 247 | 144 | 0 | 13 | 57 | 33 | 56 | 47 | 70 |
| Binary | 10111011 | 10100111 | 1100100 | 0 | 1011 | 101111 | 11011 | 101110 | 100111 | 111000 |
Color Harmonies of #BBA764
Complementary color
Monochromatic Colors of #BBA764
Black with #BBA764
Text Example
Text Example
White with #BBA764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA764; }
p { color: rgb(187,167,100); }
H1.HeaderClassName
{
color: #BBA764;
}
.AnyTagClassName
{
color: #BBA764;
}
</style>
background-color css
<style>
a { background-color: #BBA764; }
a { background-color: rgb(187,167,100); }
div.DivClassName
{
background-color: #BBA764;
}
.BgClassName
{
background-color: #BBA764;
}
</style>
border-color css
<style>
span { border-color: #BBA764; }
span { border-color: rgb(187,167,100); }
td.TdClassName
{
border-color: #BBA764;
}
.TagClassName
{
border-color: #BBA764;
}
</style>