Shades of Gimblet #BBAB5D
Tints of Gimblet #BBAB5D
RGB
CMYK
RGB Variations
Color information
#BBAB5D (or 0xBBAB5D) is known color: Gimblet. HEX triplet: BB, AB and 5D. RGB value is (187,171,93). Sum of RGB (Red+Green+Blue) = 187+171+93=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB5D is #4454A2. Grayscale: #A7A7A7. Windows color (decimal): -4478115 or 6138811. OLE color: 6138811.
HSL color Cylindrical-coordinate representation of color #BBAB5D: hue angle of 49.79º 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 #BBAB5D is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 93 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.27 |
| HSL | 49.79º | 0.41% | 0.55% | - |
| HSV(B) | 49.79º | 0.5% | 0.73% | - |
| XYZ | 37.03 | 40.48 | 16.22 | - |
| YUV | 166.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 93 | 0 | 0.09 | 0.50 | 0.27 | 49.79 | 0.41 | 0.55 |
| Hex | BB | AB | 5D | 0 | 9 | 32 | 1B | 32 | 29 | 37 |
| Octal | 273 | 253 | 135 | 0 | 11 | 62 | 33 | 62 | 51 | 67 |
| Binary | 10111011 | 10101011 | 1011101 | 0 | 1001 | 110010 | 11011 | 110010 | 101001 | 110111 |
Color Harmonies of #BBAB5D
Complementary color
Monochromatic Colors of #BBAB5D
Black with #BBAB5D
Text Example
Text Example
White with #BBAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB5D; }
p { color: rgb(187,171,93); }
H1.HeaderClassName
{
color: #BBAB5D;
}
.AnyTagClassName
{
color: #BBAB5D;
}
</style>
background-color css
<style>
a { background-color: #BBAB5D; }
a { background-color: rgb(187,171,93); }
div.DivClassName
{
background-color: #BBAB5D;
}
.BgClassName
{
background-color: #BBAB5D;
}
</style>
border-color css
<style>
span { border-color: #BBAB5D; }
span { border-color: rgb(187,171,93); }
td.TdClassName
{
border-color: #BBAB5D;
}
.TagClassName
{
border-color: #BBAB5D;
}
</style>