Shades of Gimblet #BBAB5C
Tints of Gimblet #BBAB5C
RGB
CMYK
RGB Variations
Color information
#BBAB5C (or 0xBBAB5C) is known color: Gimblet. HEX triplet: BB, AB and 5C. RGB value is (187,171,92). Sum of RGB (Red+Green+Blue) = 187+171+92=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB5C is #4454A3. Grayscale: #A7A7A7. Windows color (decimal): -4478116 or 6073275. OLE color: 6073275.
HSL color Cylindrical-coordinate representation of color #BBAB5C: hue angle of 49.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBAB5C is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 92 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.27 |
| HSL | 49.89º | 0.41% | 0.55% | - |
| HSV(B) | 49.89º | 0.51% | 0.73% | - |
| XYZ | 36.99 | 40.46 | 15.99 | - |
| YUV | 166.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 92 | 0 | 0.09 | 0.51 | 0.27 | 49.89 | 0.41 | 0.55 |
| Hex | BB | AB | 5C | 0 | 9 | 33 | 1B | 32 | 29 | 37 |
| Octal | 273 | 253 | 134 | 0 | 11 | 63 | 33 | 62 | 51 | 67 |
| Binary | 10111011 | 10101011 | 1011100 | 0 | 1001 | 110011 | 11011 | 110010 | 101001 | 110111 |
Color Harmonies of #BBAB5C
Complementary color
Monochromatic Colors of #BBAB5C
Black with #BBAB5C
Text Example
Text Example
White with #BBAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB5C; }
p { color: rgb(187,171,92); }
H1.HeaderClassName
{
color: #BBAB5C;
}
.AnyTagClassName
{
color: #BBAB5C;
}
</style>
background-color css
<style>
a { background-color: #BBAB5C; }
a { background-color: rgb(187,171,92); }
div.DivClassName
{
background-color: #BBAB5C;
}
.BgClassName
{
background-color: #BBAB5C;
}
</style>
border-color css
<style>
span { border-color: #BBAB5C; }
span { border-color: rgb(187,171,92); }
td.TdClassName
{
border-color: #BBAB5C;
}
.TagClassName
{
border-color: #BBAB5C;
}
</style>