Shades of Gimblet #BBAD6A
Tints of Gimblet #BBAD6A
RGB
CMYK
RGB Variations
Color information
#BBAD6A (or 0xBBAD6A) is known color: Gimblet. HEX triplet: BB, AD and 6A. RGB value is (187,173,106). Sum of RGB (Red+Green+Blue) = 187+173+106=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD6A is #445295. Grayscale: #A9A9A9. Windows color (decimal): -4477590 or 6991291. OLE color: 6991291.
HSL color Cylindrical-coordinate representation of color #BBAD6A: hue angle of 49.63º 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 #BBAD6A is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 106 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.27 |
| HSL | 49.63º | 0.37% | 0.57% | - |
| HSV(B) | 49.63º | 0.43% | 0.73% | - |
| XYZ | 38.04 | 41.49 | 19.64 | - |
| YUV | 169.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 106 | 0 | 0.07 | 0.43 | 0.27 | 49.63 | 0.37 | 0.57 |
| Hex | BB | AD | 6A | 0 | 7 | 2B | 1B | 32 | 25 | 39 |
| Octal | 273 | 255 | 152 | 0 | 7 | 53 | 33 | 62 | 45 | 71 |
| Binary | 10111011 | 10101101 | 1101010 | 0 | 111 | 101011 | 11011 | 110010 | 100101 | 111001 |
Color Harmonies of #BBAD6A
Complementary color
Monochromatic Colors of #BBAD6A
Black with #BBAD6A
Text Example
Text Example
White with #BBAD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD6A; }
p { color: rgb(187,173,106); }
H1.HeaderClassName
{
color: #BBAD6A;
}
.AnyTagClassName
{
color: #BBAD6A;
}
</style>
background-color css
<style>
a { background-color: #BBAD6A; }
a { background-color: rgb(187,173,106); }
div.DivClassName
{
background-color: #BBAD6A;
}
.BgClassName
{
background-color: #BBAD6A;
}
</style>
border-color css
<style>
span { border-color: #BBAD6A; }
span { border-color: rgb(187,173,106); }
td.TdClassName
{
border-color: #BBAD6A;
}
.TagClassName
{
border-color: #BBAD6A;
}
</style>