Shades of Gimblet #BBB165
Tints of Gimblet #BBB165
RGB
CMYK
RGB Variations
Color information
#BBB165 (or 0xBBB165) is known color: Gimblet. HEX triplet: BB, B1 and 65. RGB value is (187,177,101). Sum of RGB (Red+Green+Blue) = 187+177+101=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB165 is #444E9A. Grayscale: #ABABAB. Windows color (decimal): -4476571 or 6664635. OLE color: 6664635.
HSL color Cylindrical-coordinate representation of color #BBB165: hue angle of 53.02º 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 #BBB165 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 101 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.27 |
| HSL | 53.02º | 0.39% | 0.56% | - |
| HSV(B) | 53.02º | 0.46% | 0.73% | - |
| XYZ | 38.56 | 42.95 | 18.57 | - |
| YUV | 171.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 101 | 0 | 0.05 | 0.46 | 0.27 | 53.02 | 0.39 | 0.56 |
| Hex | BB | B1 | 65 | 0 | 5 | 2E | 1B | 35 | 27 | 38 |
| Octal | 273 | 261 | 145 | 0 | 5 | 56 | 33 | 65 | 47 | 70 |
| Binary | 10111011 | 10110001 | 1100101 | 0 | 101 | 101110 | 11011 | 110101 | 100111 | 111000 |
Color Harmonies of #BBB165
Complementary color
Monochromatic Colors of #BBB165
Black with #BBB165
Text Example
Text Example
White with #BBB165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB165; }
p { color: rgb(187,177,101); }
H1.HeaderClassName
{
color: #BBB165;
}
.AnyTagClassName
{
color: #BBB165;
}
</style>
background-color css
<style>
a { background-color: #BBB165; }
a { background-color: rgb(187,177,101); }
div.DivClassName
{
background-color: #BBB165;
}
.BgClassName
{
background-color: #BBB165;
}
</style>
border-color css
<style>
span { border-color: #BBB165; }
span { border-color: rgb(187,177,101); }
td.TdClassName
{
border-color: #BBB165;
}
.TagClassName
{
border-color: #BBB165;
}
</style>