Shades of Gimblet #BBAB71
Tints of Gimblet #BBAB71
RGB
CMYK
RGB Variations
Color information
#BBAB71 (or 0xBBAB71) is known color: Gimblet. HEX triplet: BB, AB and 71. RGB value is (187,171,113). Sum of RGB (Red+Green+Blue) = 187+171+113=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB71 is #44548E. Grayscale: #A9A9A9. Windows color (decimal): -4478095 or 7449531. OLE color: 7449531.
HSL color Cylindrical-coordinate representation of color #BBAB71: hue angle of 47.03º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBAB71 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 113 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.27 |
| HSL | 47.03º | 0.35% | 0.59% | - |
| HSV(B) | 47.03º | 0.4% | 0.73% | - |
| XYZ | 38.04 | 40.88 | 21.51 | - |
| YUV | 169.17 | 96.3 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 113 | 0 | 0.09 | 0.40 | 0.27 | 47.03 | 0.35 | 0.59 |
| Hex | BB | AB | 71 | 0 | 9 | 28 | 1B | 2F | 23 | 3B |
| Octal | 273 | 253 | 161 | 0 | 11 | 50 | 33 | 57 | 43 | 73 |
| Binary | 10111011 | 10101011 | 1110001 | 0 | 1001 | 101000 | 11011 | 101111 | 100011 | 111011 |
Color Harmonies of #BBAB71
Complementary color
Monochromatic Colors of #BBAB71
Black with #BBAB71
Text Example
Text Example
White with #BBAB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB71; }
p { color: rgb(187,171,113); }
H1.HeaderClassName
{
color: #BBAB71;
}
.AnyTagClassName
{
color: #BBAB71;
}
</style>
background-color css
<style>
a { background-color: #BBAB71; }
a { background-color: rgb(187,171,113); }
div.DivClassName
{
background-color: #BBAB71;
}
.BgClassName
{
background-color: #BBAB71;
}
</style>
border-color css
<style>
span { border-color: #BBAB71; }
span { border-color: rgb(187,171,113); }
td.TdClassName
{
border-color: #BBAB71;
}
.TagClassName
{
border-color: #BBAB71;
}
</style>