Shades of La Rioja #BBBA10
Tints of La Rioja #BBBA10
RGB
CMYK
RGB Variations
Color information
#BBBA10 (or 0xBBBA10) is known color: La Rioja. HEX triplet: BB, BA and 10. RGB value is (187,186,16). Sum of RGB (Red+Green+Blue) = 187+186+16=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA10 is #4445EF. Grayscale: #A7A7A7. Windows color (decimal): -4474352 or 1096379. OLE color: 1096379.
HSL color Cylindrical-coordinate representation of color #BBBA10: hue angle of 59.65º 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 #BBBA10 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 16 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.27 |
| HSL | 59.65º | 0.84% | 0.4% | - |
| HSV(B) | 59.65º | 0.91% | 0.73% | - |
| XYZ | 38.15 | 45.72 | 7.3 | - |
| YUV | 166.92 | 42.83 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 16 | 0 | 0.01 | 0.91 | 0.27 | 59.65 | 0.84 | 0.4 |
| Hex | BB | BA | 10 | 0 | 1 | 5B | 1B | 3C | 54 | 28 |
| Octal | 273 | 272 | 20 | 0 | 1 | 133 | 33 | 74 | 124 | 50 |
| Binary | 10111011 | 10111010 | 10000 | 0 | 1 | 1011011 | 11011 | 111100 | 1010100 | 101000 |
Color Harmonies of #BBBA10
Complementary color
Monochromatic Colors of #BBBA10
Black with #BBBA10
Text Example
Text Example
White with #BBBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA10; }
p { color: rgb(187,186,16); }
H1.HeaderClassName
{
color: #BBBA10;
}
.AnyTagClassName
{
color: #BBBA10;
}
</style>
background-color css
<style>
a { background-color: #BBBA10; }
a { background-color: rgb(187,186,16); }
div.DivClassName
{
background-color: #BBBA10;
}
.BgClassName
{
background-color: #BBBA10;
}
</style>
border-color css
<style>
span { border-color: #BBBA10; }
span { border-color: rgb(187,186,16); }
td.TdClassName
{
border-color: #BBBA10;
}
.TagClassName
{
border-color: #BBBA10;
}
</style>