Shades of Gimblet #BBAB5A
Tints of Gimblet #BBAB5A
RGB
CMYK
RGB Variations
Color information
#BBAB5A (or 0xBBAB5A) is known color: Gimblet. HEX triplet: BB, AB and 5A. RGB value is (187,171,90). Sum of RGB (Red+Green+Blue) = 187+171+90=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB5A is #4454A5. Grayscale: #A6A6A6. Windows color (decimal): -4478118 or 5942203. OLE color: 5942203.
HSL color Cylindrical-coordinate representation of color #BBAB5A: hue angle of 50.1º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBAB5A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 90 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.27 |
| HSL | 50.1º | 0.42% | 0.54% | - |
| HSV(B) | 50.1º | 0.52% | 0.73% | - |
| XYZ | 36.9 | 40.43 | 15.53 | - |
| YUV | 166.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 90 | 0 | 0.09 | 0.52 | 0.27 | 50.1 | 0.42 | 0.54 |
| Hex | BB | AB | 5A | 0 | 9 | 34 | 1B | 32 | 2A | 36 |
| Octal | 273 | 253 | 132 | 0 | 11 | 64 | 33 | 62 | 52 | 66 |
| Binary | 10111011 | 10101011 | 1011010 | 0 | 1001 | 110100 | 11011 | 110010 | 101010 | 110110 |
Color Harmonies of #BBAB5A
Complementary color
Monochromatic Colors of #BBAB5A
Black with #BBAB5A
Text Example
Text Example
White with #BBAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB5A; }
p { color: rgb(187,171,90); }
H1.HeaderClassName
{
color: #BBAB5A;
}
.AnyTagClassName
{
color: #BBAB5A;
}
</style>
background-color css
<style>
a { background-color: #BBAB5A; }
a { background-color: rgb(187,171,90); }
div.DivClassName
{
background-color: #BBAB5A;
}
.BgClassName
{
background-color: #BBAB5A;
}
</style>
border-color css
<style>
span { border-color: #BBAB5A; }
span { border-color: rgb(187,171,90); }
td.TdClassName
{
border-color: #BBAB5A;
}
.TagClassName
{
border-color: #BBAB5A;
}
</style>