Shades of La Rioja #BBB915
Tints of La Rioja #BBB915
RGB
CMYK
RGB Variations
Color information
#BBB915 (or 0xBBB915) is known color: La Rioja. HEX triplet: BB, B9 and 15. RGB value is (187,185,21). Sum of RGB (Red+Green+Blue) = 187+185+21=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB915 is #4446EA. Grayscale: #A7A7A7. Windows color (decimal): -4474603 or 1423803. OLE color: 1423803.
HSL color Cylindrical-coordinate representation of color #BBB915: hue angle of 59.28º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBB915 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 21 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.27 |
| HSL | 59.28º | 0.8% | 0.41% | - |
| HSV(B) | 59.28º | 0.89% | 0.73% | - |
| XYZ | 37.98 | 45.32 | 7.45 | - |
| YUV | 166.9 | 45.66 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 21 | 0 | 0.01 | 0.89 | 0.27 | 59.28 | 0.8 | 0.41 |
| Hex | BB | B9 | 15 | 0 | 1 | 59 | 1B | 3B | 50 | 29 |
| Octal | 273 | 271 | 25 | 0 | 1 | 131 | 33 | 73 | 120 | 51 |
| Binary | 10111011 | 10111001 | 10101 | 0 | 1 | 1011001 | 11011 | 111011 | 1010000 | 101001 |
Color Harmonies of #BBB915
Complementary color
Monochromatic Colors of #BBB915
Black with #BBB915
Text Example
Text Example
White with #BBB915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB915; }
p { color: rgb(187,185,21); }
H1.HeaderClassName
{
color: #BBB915;
}
.AnyTagClassName
{
color: #BBB915;
}
</style>
background-color css
<style>
a { background-color: #BBB915; }
a { background-color: rgb(187,185,21); }
div.DivClassName
{
background-color: #BBB915;
}
.BgClassName
{
background-color: #BBB915;
}
</style>
border-color css
<style>
span { border-color: #BBB915; }
span { border-color: rgb(187,185,21); }
td.TdClassName
{
border-color: #BBB915;
}
.TagClassName
{
border-color: #BBB915;
}
</style>