Shades of Gimblet #BBAB6A
Tints of Gimblet #BBAB6A
RGB
CMYK
RGB Variations
Color information
#BBAB6A (or 0xBBAB6A) is known color: Gimblet. HEX triplet: BB, AB and 6A. RGB value is (187,171,106). Sum of RGB (Red+Green+Blue) = 187+171+106=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB6A is #445495. Grayscale: #A8A8A8. Windows color (decimal): -4478102 or 6990779. OLE color: 6990779.
HSL color Cylindrical-coordinate representation of color #BBAB6A: hue angle of 48.15º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBAB6A is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 106 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.27 |
| HSL | 48.15º | 0.37% | 0.57% | - |
| HSV(B) | 48.15º | 0.43% | 0.73% | - |
| XYZ | 37.66 | 40.73 | 19.51 | - |
| YUV | 168.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 106 | 0 | 0.09 | 0.43 | 0.27 | 48.15 | 0.37 | 0.57 |
| Hex | BB | AB | 6A | 0 | 9 | 2B | 1B | 30 | 25 | 39 |
| Octal | 273 | 253 | 152 | 0 | 11 | 53 | 33 | 60 | 45 | 71 |
| Binary | 10111011 | 10101011 | 1101010 | 0 | 1001 | 101011 | 11011 | 110000 | 100101 | 111001 |
Color Harmonies of #BBAB6A
Complementary color
Monochromatic Colors of #BBAB6A
Black with #BBAB6A
Text Example
Text Example
White with #BBAB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB6A; }
p { color: rgb(187,171,106); }
H1.HeaderClassName
{
color: #BBAB6A;
}
.AnyTagClassName
{
color: #BBAB6A;
}
</style>
background-color css
<style>
a { background-color: #BBAB6A; }
a { background-color: rgb(187,171,106); }
div.DivClassName
{
background-color: #BBAB6A;
}
.BgClassName
{
background-color: #BBAB6A;
}
</style>
border-color css
<style>
span { border-color: #BBAB6A; }
span { border-color: rgb(187,171,106); }
td.TdClassName
{
border-color: #BBAB6A;
}
.TagClassName
{
border-color: #BBAB6A;
}
</style>