Shades of Gimblet #BBA767
Tints of Gimblet #BBA767
RGB
CMYK
RGB Variations
Color information
#BBA767 (or 0xBBA767) is known color: Gimblet. HEX triplet: BB, A7 and 67. RGB value is (187,167,103). Sum of RGB (Red+Green+Blue) = 187+167+103=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA767 is #445898. Grayscale: #A5A5A5. Windows color (decimal): -4479129 or 6793147. OLE color: 6793147.
HSL color Cylindrical-coordinate representation of color #BBA767: hue angle of 45.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBA767 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 103 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.27 |
| HSL | 45.71º | 0.38% | 0.57% | - |
| HSV(B) | 45.71º | 0.45% | 0.73% | - |
| XYZ | 36.76 | 39.18 | 18.46 | - |
| YUV | 165.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 103 | 0 | 0.11 | 0.45 | 0.27 | 45.71 | 0.38 | 0.57 |
| Hex | BB | A7 | 67 | 0 | B | 2D | 1B | 2E | 26 | 39 |
| Octal | 273 | 247 | 147 | 0 | 13 | 55 | 33 | 56 | 46 | 71 |
| Binary | 10111011 | 10100111 | 1100111 | 0 | 1011 | 101101 | 11011 | 101110 | 100110 | 111001 |
Color Harmonies of #BBA767
Complementary color
Monochromatic Colors of #BBA767
Black with #BBA767
Text Example
Text Example
White with #BBA767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA767; }
p { color: rgb(187,167,103); }
H1.HeaderClassName
{
color: #BBA767;
}
.AnyTagClassName
{
color: #BBA767;
}
</style>
background-color css
<style>
a { background-color: #BBA767; }
a { background-color: rgb(187,167,103); }
div.DivClassName
{
background-color: #BBA767;
}
.BgClassName
{
background-color: #BBA767;
}
</style>
border-color css
<style>
span { border-color: #BBA767; }
span { border-color: rgb(187,167,103); }
td.TdClassName
{
border-color: #BBA767;
}
.TagClassName
{
border-color: #BBA767;
}
</style>