Shades of La Rioja #BBB615
Tints of La Rioja #BBB615
RGB
CMYK
RGB Variations
Color information
#BBB615 (or 0xBBB615) is known color: La Rioja. HEX triplet: BB, B6 and 15. RGB value is (187,182,21). Sum of RGB (Red+Green+Blue) = 187+182+21=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB615 is #4449EA. Grayscale: #A5A5A5. Windows color (decimal): -4475371 or 1423035. OLE color: 1423035.
HSL color Cylindrical-coordinate representation of color #BBB615: hue angle of 58.19º 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 #BBB615 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 21 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.27 |
| HSL | 58.19º | 0.8% | 0.41% | - |
| HSV(B) | 58.19º | 0.89% | 0.73% | - |
| XYZ | 37.36 | 44.07 | 7.25 | - |
| YUV | 165.14 | 46.66 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 21 | 0 | 0.03 | 0.89 | 0.27 | 58.19 | 0.8 | 0.41 |
| Hex | BB | B6 | 15 | 0 | 3 | 59 | 1B | 3A | 50 | 29 |
| Octal | 273 | 266 | 25 | 0 | 3 | 131 | 33 | 72 | 120 | 51 |
| Binary | 10111011 | 10110110 | 10101 | 0 | 11 | 1011001 | 11011 | 111010 | 1010000 | 101001 |
Color Harmonies of #BBB615
Complementary color
Monochromatic Colors of #BBB615
Black with #BBB615
Text Example
Text Example
White with #BBB615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB615; }
p { color: rgb(187,182,21); }
H1.HeaderClassName
{
color: #BBB615;
}
.AnyTagClassName
{
color: #BBB615;
}
</style>
background-color css
<style>
a { background-color: #BBB615; }
a { background-color: rgb(187,182,21); }
div.DivClassName
{
background-color: #BBB615;
}
.BgClassName
{
background-color: #BBB615;
}
</style>
border-color css
<style>
span { border-color: #BBB615; }
span { border-color: rgb(187,182,21); }
td.TdClassName
{
border-color: #BBB615;
}
.TagClassName
{
border-color: #BBB615;
}
</style>