Shades of La Rioja #BBB910
Tints of La Rioja #BBB910
RGB
CMYK
RGB Variations
Color information
#BBB910 (or 0xBBB910) is known color: La Rioja. HEX triplet: BB, B9 and 10. RGB value is (187,185,16). Sum of RGB (Red+Green+Blue) = 187+185+16=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB910 is #4446EF. Grayscale: #A7A7A7. Windows color (decimal): -4474608 or 1096123. OLE color: 1096123.
HSL color Cylindrical-coordinate representation of color #BBB910: hue angle of 59.3º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBB910 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 16 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.27 |
| HSL | 59.3º | 0.84% | 0.4% | - |
| HSV(B) | 59.3º | 0.91% | 0.73% | - |
| XYZ | 37.94 | 45.3 | 7.23 | - |
| YUV | 166.33 | 43.16 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 16 | 0 | 0.01 | 0.91 | 0.27 | 59.3 | 0.84 | 0.4 |
| Hex | BB | B9 | 10 | 0 | 1 | 5B | 1B | 3B | 54 | 28 |
| Octal | 273 | 271 | 20 | 0 | 1 | 133 | 33 | 73 | 124 | 50 |
| Binary | 10111011 | 10111001 | 10000 | 0 | 1 | 1011011 | 11011 | 111011 | 1010100 | 101000 |
Color Harmonies of #BBB910
Complementary color
Monochromatic Colors of #BBB910
Black with #BBB910
Text Example
Text Example
White with #BBB910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB910; }
p { color: rgb(187,185,16); }
H1.HeaderClassName
{
color: #BBB910;
}
.AnyTagClassName
{
color: #BBB910;
}
</style>
background-color css
<style>
a { background-color: #BBB910; }
a { background-color: rgb(187,185,16); }
div.DivClassName
{
background-color: #BBB910;
}
.BgClassName
{
background-color: #BBB910;
}
</style>
border-color css
<style>
span { border-color: #BBB910; }
span { border-color: rgb(187,185,16); }
td.TdClassName
{
border-color: #BBB910;
}
.TagClassName
{
border-color: #BBB910;
}
</style>