Shades of Gimblet #BBA665
Tints of Gimblet #BBA665
RGB
CMYK
RGB Variations
Color information
#BBA665 (or 0xBBA665) is known color: Gimblet. HEX triplet: BB, A6 and 65. RGB value is (187,166,101). Sum of RGB (Red+Green+Blue) = 187+166+101=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA665 is #44599A. Grayscale: #A5A5A5. Windows color (decimal): -4479387 or 6661819. OLE color: 6661819.
HSL color Cylindrical-coordinate representation of color #BBA665: hue angle of 45.35º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBA665 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 101 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.27 |
| HSL | 45.35º | 0.39% | 0.56% | - |
| HSV(B) | 45.35º | 0.46% | 0.73% | - |
| XYZ | 36.48 | 38.78 | 17.87 | - |
| YUV | 164.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 101 | 0 | 0.11 | 0.46 | 0.27 | 45.35 | 0.39 | 0.56 |
| Hex | BB | A6 | 65 | 0 | B | 2E | 1B | 2D | 27 | 38 |
| Octal | 273 | 246 | 145 | 0 | 13 | 56 | 33 | 55 | 47 | 70 |
| Binary | 10111011 | 10100110 | 1100101 | 0 | 1011 | 101110 | 11011 | 101101 | 100111 | 111000 |
Color Harmonies of #BBA665
Complementary color
Monochromatic Colors of #BBA665
Black with #BBA665
Text Example
Text Example
White with #BBA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA665; }
p { color: rgb(187,166,101); }
H1.HeaderClassName
{
color: #BBA665;
}
.AnyTagClassName
{
color: #BBA665;
}
</style>
background-color css
<style>
a { background-color: #BBA665; }
a { background-color: rgb(187,166,101); }
div.DivClassName
{
background-color: #BBA665;
}
.BgClassName
{
background-color: #BBA665;
}
</style>
border-color css
<style>
span { border-color: #BBA665; }
span { border-color: rgb(187,166,101); }
td.TdClassName
{
border-color: #BBA665;
}
.TagClassName
{
border-color: #BBA665;
}
</style>