Shades of Gimblet #BBAD5E
Tints of Gimblet #BBAD5E
RGB
CMYK
RGB Variations
Color information
#BBAD5E (or 0xBBAD5E) is known color: Gimblet. HEX triplet: BB, AD and 5E. RGB value is (187,173,94). Sum of RGB (Red+Green+Blue) = 187+173+94=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD5E is #4452A1. Grayscale: #A8A8A8. Windows color (decimal): -4477602 or 6204859. OLE color: 6204859.
HSL color Cylindrical-coordinate representation of color #BBAD5E: hue angle of 50.97º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBAD5E is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 94 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.27 |
| HSL | 50.97º | 0.41% | 0.55% | - |
| HSV(B) | 50.97º | 0.5% | 0.73% | - |
| XYZ | 37.46 | 41.26 | 16.58 | - |
| YUV | 168.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 94 | 0 | 0.07 | 0.50 | 0.27 | 50.97 | 0.41 | 0.55 |
| Hex | BB | AD | 5E | 0 | 7 | 32 | 1B | 33 | 29 | 37 |
| Octal | 273 | 255 | 136 | 0 | 7 | 62 | 33 | 63 | 51 | 67 |
| Binary | 10111011 | 10101101 | 1011110 | 0 | 111 | 110010 | 11011 | 110011 | 101001 | 110111 |
Color Harmonies of #BBAD5E
Complementary color
Monochromatic Colors of #BBAD5E
Black with #BBAD5E
Text Example
Text Example
White with #BBAD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD5E; }
p { color: rgb(187,173,94); }
H1.HeaderClassName
{
color: #BBAD5E;
}
.AnyTagClassName
{
color: #BBAD5E;
}
</style>
background-color css
<style>
a { background-color: #BBAD5E; }
a { background-color: rgb(187,173,94); }
div.DivClassName
{
background-color: #BBAD5E;
}
.BgClassName
{
background-color: #BBAD5E;
}
</style>
border-color css
<style>
span { border-color: #BBAD5E; }
span { border-color: rgb(187,173,94); }
td.TdClassName
{
border-color: #BBAD5E;
}
.TagClassName
{
border-color: #BBAD5E;
}
</style>