Shades of Gimblet #BBA86D
Tints of Gimblet #BBA86D
RGB
CMYK
RGB Variations
Color information
#BBA86D (or 0xBBA86D) is known color: Gimblet. HEX triplet: BB, A8 and 6D. RGB value is (187,168,109). Sum of RGB (Red+Green+Blue) = 187+168+109=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA86D is #445792. Grayscale: #A7A7A7. Windows color (decimal): -4478867 or 7186619. OLE color: 7186619.
HSL color Cylindrical-coordinate representation of color #BBA86D: hue angle of 45.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBA86D is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 109 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.27 |
| HSL | 45.38º | 0.36% | 0.58% | - |
| HSV(B) | 45.38º | 0.42% | 0.73% | - |
| XYZ | 37.26 | 39.67 | 20.16 | - |
| YUV | 166.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 109 | 0 | 0.10 | 0.42 | 0.27 | 45.38 | 0.36 | 0.58 |
| Hex | BB | A8 | 6D | 0 | A | 2A | 1B | 2D | 24 | 3A |
| Octal | 273 | 250 | 155 | 0 | 12 | 52 | 33 | 55 | 44 | 72 |
| Binary | 10111011 | 10101000 | 1101101 | 0 | 1010 | 101010 | 11011 | 101101 | 100100 | 111010 |
Color Harmonies of #BBA86D
Complementary color
Monochromatic Colors of #BBA86D
Black with #BBA86D
Text Example
Text Example
White with #BBA86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA86D; }
p { color: rgb(187,168,109); }
H1.HeaderClassName
{
color: #BBA86D;
}
.AnyTagClassName
{
color: #BBA86D;
}
</style>
background-color css
<style>
a { background-color: #BBA86D; }
a { background-color: rgb(187,168,109); }
div.DivClassName
{
background-color: #BBA86D;
}
.BgClassName
{
background-color: #BBA86D;
}
</style>
border-color css
<style>
span { border-color: #BBA86D; }
span { border-color: rgb(187,168,109); }
td.TdClassName
{
border-color: #BBA86D;
}
.TagClassName
{
border-color: #BBA86D;
}
</style>