Shades of Gimblet #BBA76F
Tints of Gimblet #BBA76F
RGB
CMYK
RGB Variations
Color information
#BBA76F (or 0xBBA76F) is known color: Gimblet. HEX triplet: BB, A7 and 6F. RGB value is (187,167,111). Sum of RGB (Red+Green+Blue) = 187+167+111=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA76F is #445890. Grayscale: #A6A6A6. Windows color (decimal): -4479121 or 7317435. OLE color: 7317435.
HSL color Cylindrical-coordinate representation of color #BBA76F: hue angle of 44.21º 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 #BBA76F is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 111 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.27 |
| HSL | 44.21º | 0.36% | 0.58% | - |
| HSV(B) | 44.21º | 0.41% | 0.73% | - |
| XYZ | 37.18 | 39.35 | 20.67 | - |
| YUV | 166.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 111 | 0 | 0.11 | 0.41 | 0.27 | 44.21 | 0.36 | 0.58 |
| Hex | BB | A7 | 6F | 0 | B | 29 | 1B | 2C | 24 | 3A |
| Octal | 273 | 247 | 157 | 0 | 13 | 51 | 33 | 54 | 44 | 72 |
| Binary | 10111011 | 10100111 | 1101111 | 0 | 1011 | 101001 | 11011 | 101100 | 100100 | 111010 |
Color Harmonies of #BBA76F
Complementary color
Monochromatic Colors of #BBA76F
Black with #BBA76F
Text Example
Text Example
White with #BBA76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA76F; }
p { color: rgb(187,167,111); }
H1.HeaderClassName
{
color: #BBA76F;
}
.AnyTagClassName
{
color: #BBA76F;
}
</style>
background-color css
<style>
a { background-color: #BBA76F; }
a { background-color: rgb(187,167,111); }
div.DivClassName
{
background-color: #BBA76F;
}
.BgClassName
{
background-color: #BBA76F;
}
</style>
border-color css
<style>
span { border-color: #BBA76F; }
span { border-color: rgb(187,167,111); }
td.TdClassName
{
border-color: #BBA76F;
}
.TagClassName
{
border-color: #BBA76F;
}
</style>