Shades of La Rioja #BBC505
Tints of La Rioja #BBC505
RGB
CMYK
RGB Variations
Color information
#BBC505 (or 0xBBC505) is known color: La Rioja. HEX triplet: BB, C5 and 05. RGB value is (187,197,5). Sum of RGB (Red+Green+Blue) = 187+197+5=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC505 is #443AFA. Grayscale: #ACACAC. Windows color (decimal): -4471547 or 378299. OLE color: 378299.
HSL color Cylindrical-coordinate representation of color #BBC505: hue angle of 63.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBC505 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 5 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.23 |
| HSL | 63.13º | 0.95% | 0.4% | - |
| HSV(B) | 63.13º | 0.97% | 0.77% | - |
| XYZ | 40.49 | 50.51 | 7.76 | - |
| YUV | 172.12 | 33.69 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 5 | 0.05 | 0 | 0.97 | 0.23 | 63.13 | 0.95 | 0.4 |
| Hex | BB | C5 | 5 | 5 | 0 | 61 | 17 | 3F | 5F | 28 |
| Octal | 273 | 305 | 5 | 5 | 0 | 141 | 27 | 77 | 137 | 50 |
| Binary | 10111011 | 11000101 | 101 | 101 | 0 | 1100001 | 10111 | 111111 | 1011111 | 101000 |
Color Harmonies of #BBC505
Complementary color
Monochromatic Colors of #BBC505
Black with #BBC505
Text Example
Text Example
White with #BBC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC505; }
p { color: rgb(187,197,5); }
H1.HeaderClassName
{
color: #BBC505;
}
.AnyTagClassName
{
color: #BBC505;
}
</style>
background-color css
<style>
a { background-color: #BBC505; }
a { background-color: rgb(187,197,5); }
div.DivClassName
{
background-color: #BBC505;
}
.BgClassName
{
background-color: #BBC505;
}
</style>
border-color css
<style>
span { border-color: #BBC505; }
span { border-color: rgb(187,197,5); }
td.TdClassName
{
border-color: #BBC505;
}
.TagClassName
{
border-color: #BBC505;
}
</style>