Shades of Gimblet #BBB05A
Tints of Gimblet #BBB05A
RGB
CMYK
RGB Variations
Color information
#BBB05A (or 0xBBB05A) is known color: Gimblet. HEX triplet: BB, B0 and 5A. RGB value is (187,176,90). Sum of RGB (Red+Green+Blue) = 187+176+90=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB05A is #444FA5. Grayscale: #A9A9A9. Windows color (decimal): -4476838 or 5943483. OLE color: 5943483.
HSL color Cylindrical-coordinate representation of color #BBB05A: hue angle of 53.2º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBB05A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 90 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.27 |
| HSL | 53.2º | 0.42% | 0.54% | - |
| HSV(B) | 53.2º | 0.52% | 0.73% | - |
| XYZ | 37.86 | 42.35 | 15.85 | - |
| YUV | 169.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 90 | 0 | 0.06 | 0.52 | 0.27 | 53.2 | 0.42 | 0.54 |
| Hex | BB | B0 | 5A | 0 | 6 | 34 | 1B | 35 | 2A | 36 |
| Octal | 273 | 260 | 132 | 0 | 6 | 64 | 33 | 65 | 52 | 66 |
| Binary | 10111011 | 10110000 | 1011010 | 0 | 110 | 110100 | 11011 | 110101 | 101010 | 110110 |
Color Harmonies of #BBB05A
Complementary color
Monochromatic Colors of #BBB05A
Black with #BBB05A
Text Example
Text Example
White with #BBB05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB05A; }
p { color: rgb(187,176,90); }
H1.HeaderClassName
{
color: #BBB05A;
}
.AnyTagClassName
{
color: #BBB05A;
}
</style>
background-color css
<style>
a { background-color: #BBB05A; }
a { background-color: rgb(187,176,90); }
div.DivClassName
{
background-color: #BBB05A;
}
.BgClassName
{
background-color: #BBB05A;
}
</style>
border-color css
<style>
span { border-color: #BBB05A; }
span { border-color: rgb(187,176,90); }
td.TdClassName
{
border-color: #BBB05A;
}
.TagClassName
{
border-color: #BBB05A;
}
</style>