Shades of Gimblet #BBA75B
Tints of Gimblet #BBA75B
RGB
CMYK
RGB Variations
Color information
#BBA75B (or 0xBBA75B) is known color: Gimblet. HEX triplet: BB, A7 and 5B. RGB value is (187,167,91). Sum of RGB (Red+Green+Blue) = 187+167+91=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA75B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA75B is #4458A4. Grayscale: #A4A4A4. Windows color (decimal): -4479141 or 6006715. OLE color: 6006715.
HSL color Cylindrical-coordinate representation of color #BBA75B: hue angle of 47.5º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBA75B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 91 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.27 |
| HSL | 47.5º | 0.41% | 0.55% | - |
| HSV(B) | 47.5º | 0.51% | 0.73% | - |
| XYZ | 36.2 | 38.96 | 15.51 | - |
| YUV | 164.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 91 | 0 | 0.11 | 0.51 | 0.27 | 47.5 | 0.41 | 0.55 |
| Hex | BB | A7 | 5B | 0 | B | 33 | 1B | 30 | 29 | 37 |
| Octal | 273 | 247 | 133 | 0 | 13 | 63 | 33 | 60 | 51 | 67 |
| Binary | 10111011 | 10100111 | 1011011 | 0 | 1011 | 110011 | 11011 | 110000 | 101001 | 110111 |
Color Harmonies of #BBA75B
Complementary color
Monochromatic Colors of #BBA75B
Black with #BBA75B
Text Example
Text Example
White with #BBA75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA75B; }
p { color: rgb(187,167,91); }
H1.HeaderClassName
{
color: #BBA75B;
}
.AnyTagClassName
{
color: #BBA75B;
}
</style>
background-color css
<style>
a { background-color: #BBA75B; }
a { background-color: rgb(187,167,91); }
div.DivClassName
{
background-color: #BBA75B;
}
.BgClassName
{
background-color: #BBA75B;
}
</style>
border-color css
<style>
span { border-color: #BBA75B; }
span { border-color: rgb(187,167,91); }
td.TdClassName
{
border-color: #BBA75B;
}
.TagClassName
{
border-color: #BBA75B;
}
</style>