Shades of Gimblet #BBB05B
Tints of Gimblet #BBB05B
RGB
CMYK
RGB Variations
Color information
#BBB05B (or 0xBBB05B) is known color: Gimblet. HEX triplet: BB, B0 and 5B. RGB value is (187,176,91). Sum of RGB (Red+Green+Blue) = 187+176+91=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB05B is #444FA4. Grayscale: #A9A9A9. Windows color (decimal): -4476837 or 6009019. OLE color: 6009019.
HSL color Cylindrical-coordinate representation of color #BBB05B: hue angle of 53.12º 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 #BBB05B is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 91 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.27 |
| HSL | 53.13º | 0.41% | 0.55% | - |
| HSV(B) | 53.13º | 0.51% | 0.73% | - |
| XYZ | 37.91 | 42.37 | 16.08 | - |
| YUV | 169.6 | 83.64 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 91 | 0 | 0.06 | 0.51 | 0.27 | 53.13 | 0.41 | 0.55 |
| Hex | BB | B0 | 5B | 0 | 6 | 33 | 1B | 35 | 29 | 37 |
| Octal | 273 | 260 | 133 | 0 | 6 | 63 | 33 | 65 | 51 | 67 |
| Binary | 10111011 | 10110000 | 1011011 | 0 | 110 | 110011 | 11011 | 110101 | 101001 | 110111 |
Color Harmonies of #BBB05B
Complementary color
Monochromatic Colors of #BBB05B
Black with #BBB05B
Text Example
Text Example
White with #BBB05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB05B; }
p { color: rgb(187,176,91); }
H1.HeaderClassName
{
color: #BBB05B;
}
.AnyTagClassName
{
color: #BBB05B;
}
</style>
background-color css
<style>
a { background-color: #BBB05B; }
a { background-color: rgb(187,176,91); }
div.DivClassName
{
background-color: #BBB05B;
}
.BgClassName
{
background-color: #BBB05B;
}
</style>
border-color css
<style>
span { border-color: #BBB05B; }
span { border-color: rgb(187,176,91); }
td.TdClassName
{
border-color: #BBB05B;
}
.TagClassName
{
border-color: #BBB05B;
}
</style>