Shades of Gimblet #BBB15A
Tints of Gimblet #BBB15A
RGB
CMYK
RGB Variations
Color information
#BBB15A (or 0xBBB15A) is known color: Gimblet. HEX triplet: BB, B1 and 5A. RGB value is (187,177,90). Sum of RGB (Red+Green+Blue) = 187+177+90=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB15A is #444EA5. Grayscale: #AAAAAA. Windows color (decimal): -4476582 or 5943739. OLE color: 5943739.
HSL color Cylindrical-coordinate representation of color #BBB15A: hue angle of 53.81º 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 #BBB15A is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 90 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.27 |
| HSL | 53.81º | 0.42% | 0.54% | - |
| HSV(B) | 53.81º | 0.52% | 0.73% | - |
| XYZ | 38.06 | 42.75 | 15.92 | - |
| YUV | 170.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 90 | 0 | 0.05 | 0.52 | 0.27 | 53.81 | 0.42 | 0.54 |
| Hex | BB | B1 | 5A | 0 | 5 | 34 | 1B | 36 | 2A | 36 |
| Octal | 273 | 261 | 132 | 0 | 5 | 64 | 33 | 66 | 52 | 66 |
| Binary | 10111011 | 10110001 | 1011010 | 0 | 101 | 110100 | 11011 | 110110 | 101010 | 110110 |
Color Harmonies of #BBB15A
Complementary color
Monochromatic Colors of #BBB15A
Black with #BBB15A
Text Example
Text Example
White with #BBB15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB15A; }
p { color: rgb(187,177,90); }
H1.HeaderClassName
{
color: #BBB15A;
}
.AnyTagClassName
{
color: #BBB15A;
}
</style>
background-color css
<style>
a { background-color: #BBB15A; }
a { background-color: rgb(187,177,90); }
div.DivClassName
{
background-color: #BBB15A;
}
.BgClassName
{
background-color: #BBB15A;
}
</style>
border-color css
<style>
span { border-color: #BBB15A; }
span { border-color: rgb(187,177,90); }
td.TdClassName
{
border-color: #BBB15A;
}
.TagClassName
{
border-color: #BBB15A;
}
</style>