Shades of La Rioja #BFC116
Tints of La Rioja #BFC116
RGB
CMYK
RGB Variations
Color information
#BFC116 (or 0xBFC116) is known color: La Rioja. HEX triplet: BF, C1 and 16. RGB value is (191,193,22). Sum of RGB (Red+Green+Blue) = 191+193+22=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC116 is #403EE9. Grayscale: #ADADAD. Windows color (decimal): -4210410 or 1491391. OLE color: 1491391.
HSL color Cylindrical-coordinate representation of color #BFC116: hue angle of 60.7º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFC116 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 22 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.24 |
| HSL | 60.7º | 0.8% | 0.42% | - |
| HSV(B) | 60.7º | 0.89% | 0.76% | - |
| XYZ | 40.7 | 49.27 | 8.12 | - |
| YUV | 172.91 | 42.84 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 22 | 0.01 | 0 | 0.89 | 0.24 | 60.7 | 0.8 | 0.42 |
| Hex | BF | C1 | 16 | 1 | 0 | 59 | 18 | 3D | 50 | 2A |
| Octal | 277 | 301 | 26 | 1 | 0 | 131 | 30 | 75 | 120 | 52 |
| Binary | 10111111 | 11000001 | 10110 | 1 | 0 | 1011001 | 11000 | 111101 | 1010000 | 101010 |
Color Harmonies of #BFC116
Complementary color
Monochromatic Colors of #BFC116
Black with #BFC116
Text Example
Text Example
White with #BFC116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC116; }
p { color: rgb(191,193,22); }
H1.HeaderClassName
{
color: #BFC116;
}
.AnyTagClassName
{
color: #BFC116;
}
</style>
background-color css
<style>
a { background-color: #BFC116; }
a { background-color: rgb(191,193,22); }
div.DivClassName
{
background-color: #BFC116;
}
.BgClassName
{
background-color: #BFC116;
}
</style>
border-color css
<style>
span { border-color: #BFC116; }
span { border-color: rgb(191,193,22); }
td.TdClassName
{
border-color: #BFC116;
}
.TagClassName
{
border-color: #BFC116;
}
</style>