Shades of La Rioja #BBBA05
Tints of La Rioja #BBBA05
RGB
CMYK
RGB Variations
Color information
#BBBA05 (or 0xBBBA05) is known color: La Rioja. HEX triplet: BB, BA and 05. RGB value is (187,186,5). Sum of RGB (Red+Green+Blue) = 187+186+5=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA05 is #4445FA. Grayscale: #A6A6A6. Windows color (decimal): -4474363 or 375483. OLE color: 375483.
HSL color Cylindrical-coordinate representation of color #BBBA05: hue angle of 59.67º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBBA05 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 5 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.27 |
| HSL | 59.67º | 0.95% | 0.38% | - |
| HSV(B) | 59.67º | 0.97% | 0.73% | - |
| XYZ | 38.08 | 45.69 | 6.96 | - |
| YUV | 165.67 | 37.33 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 5 | 0 | 0.01 | 0.97 | 0.27 | 59.67 | 0.95 | 0.38 |
| Hex | BB | BA | 5 | 0 | 1 | 61 | 1B | 3C | 5F | 26 |
| Octal | 273 | 272 | 5 | 0 | 1 | 141 | 33 | 74 | 137 | 46 |
| Binary | 10111011 | 10111010 | 101 | 0 | 1 | 1100001 | 11011 | 111100 | 1011111 | 100110 |
Color Harmonies of #BBBA05
Complementary color
Monochromatic Colors of #BBBA05
Black with #BBBA05
Text Example
Text Example
White with #BBBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA05; }
p { color: rgb(187,186,5); }
H1.HeaderClassName
{
color: #BBBA05;
}
.AnyTagClassName
{
color: #BBBA05;
}
</style>
background-color css
<style>
a { background-color: #BBBA05; }
a { background-color: rgb(187,186,5); }
div.DivClassName
{
background-color: #BBBA05;
}
.BgClassName
{
background-color: #BBBA05;
}
</style>
border-color css
<style>
span { border-color: #BBBA05; }
span { border-color: rgb(187,186,5); }
td.TdClassName
{
border-color: #BBBA05;
}
.TagClassName
{
border-color: #BBBA05;
}
</style>