Shades of Gimblet #BBAD68
Tints of Gimblet #BBAD68
RGB
CMYK
RGB Variations
Color information
#BBAD68 (or 0xBBAD68) is known color: Gimblet. HEX triplet: BB, AD and 68. RGB value is (187,173,104). Sum of RGB (Red+Green+Blue) = 187+173+104=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD68 is #445297. Grayscale: #A9A9A9. Windows color (decimal): -4477592 or 6860219. OLE color: 6860219.
HSL color Cylindrical-coordinate representation of color #BBAD68: hue angle of 49.88º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBAD68 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 104 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.27 |
| HSL | 49.88º | 0.38% | 0.57% | - |
| HSV(B) | 49.88º | 0.44% | 0.73% | - |
| XYZ | 37.94 | 41.45 | 19.1 | - |
| YUV | 169.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 104 | 0 | 0.07 | 0.44 | 0.27 | 49.88 | 0.38 | 0.57 |
| Hex | BB | AD | 68 | 0 | 7 | 2C | 1B | 32 | 26 | 39 |
| Octal | 273 | 255 | 150 | 0 | 7 | 54 | 33 | 62 | 46 | 71 |
| Binary | 10111011 | 10101101 | 1101000 | 0 | 111 | 101100 | 11011 | 110010 | 100110 | 111001 |
Color Harmonies of #BBAD68
Complementary color
Monochromatic Colors of #BBAD68
Black with #BBAD68
Text Example
Text Example
White with #BBAD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD68; }
p { color: rgb(187,173,104); }
H1.HeaderClassName
{
color: #BBAD68;
}
.AnyTagClassName
{
color: #BBAD68;
}
</style>
background-color css
<style>
a { background-color: #BBAD68; }
a { background-color: rgb(187,173,104); }
div.DivClassName
{
background-color: #BBAD68;
}
.BgClassName
{
background-color: #BBAD68;
}
</style>
border-color css
<style>
span { border-color: #BBAD68; }
span { border-color: rgb(187,173,104); }
td.TdClassName
{
border-color: #BBAD68;
}
.TagClassName
{
border-color: #BBAD68;
}
</style>