Shades of La Rioja #BBB516
Tints of La Rioja #BBB516
RGB
CMYK
RGB Variations
Color information
#BBB516 (or 0xBBB516) is known color: La Rioja. HEX triplet: BB, B5 and 16. RGB value is (187,181,22). Sum of RGB (Red+Green+Blue) = 187+181+22=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB516 is #444AE9. Grayscale: #A5A5A5. Windows color (decimal): -4475626 or 1488315. OLE color: 1488315.
HSL color Cylindrical-coordinate representation of color #BBB516: hue angle of 57.82º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBB516 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 22 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.27 |
| HSL | 57.82º | 0.79% | 0.41% | - |
| HSV(B) | 57.82º | 0.88% | 0.73% | - |
| XYZ | 37.16 | 43.67 | 7.23 | - |
| YUV | 164.67 | 47.49 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 22 | 0 | 0.03 | 0.88 | 0.27 | 57.82 | 0.79 | 0.41 |
| Hex | BB | B5 | 16 | 0 | 3 | 58 | 1B | 3A | 4F | 29 |
| Octal | 273 | 265 | 26 | 0 | 3 | 130 | 33 | 72 | 117 | 51 |
| Binary | 10111011 | 10110101 | 10110 | 0 | 11 | 1011000 | 11011 | 111010 | 1001111 | 101001 |
Color Harmonies of #BBB516
Complementary color
Monochromatic Colors of #BBB516
Black with #BBB516
Text Example
Text Example
White with #BBB516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB516; }
p { color: rgb(187,181,22); }
H1.HeaderClassName
{
color: #BBB516;
}
.AnyTagClassName
{
color: #BBB516;
}
</style>
background-color css
<style>
a { background-color: #BBB516; }
a { background-color: rgb(187,181,22); }
div.DivClassName
{
background-color: #BBB516;
}
.BgClassName
{
background-color: #BBB516;
}
</style>
border-color css
<style>
span { border-color: #BBB516; }
span { border-color: rgb(187,181,22); }
td.TdClassName
{
border-color: #BBB516;
}
.TagClassName
{
border-color: #BBB516;
}
</style>