Shades of La Rioja #BFC910
Tints of La Rioja #BFC910
RGB
CMYK
RGB Variations
Color information
#BFC910 (or 0xBFC910) is known color: La Rioja. HEX triplet: BF, C9 and 10. RGB value is (191,201,16). Sum of RGB (Red+Green+Blue) = 191+201+16=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC910 is #4036EF. Grayscale: #B1B1B1. Windows color (decimal): -4208368 or 1100223. OLE color: 1100223.
HSL color Cylindrical-coordinate representation of color #BFC910: hue angle of 63.24º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFC910 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 16 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.21 |
| HSL | 63.24º | 0.85% | 0.43% | - |
| HSV(B) | 63.24º | 0.92% | 0.79% | - |
| XYZ | 42.47 | 52.89 | 8.46 | - |
| YUV | 176.92 | 37.19 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 16 | 0.05 | 0 | 0.92 | 0.21 | 63.24 | 0.85 | 0.43 |
| Hex | BF | C9 | 10 | 5 | 0 | 5C | 15 | 3F | 55 | 2B |
| Octal | 277 | 311 | 20 | 5 | 0 | 134 | 25 | 77 | 125 | 53 |
| Binary | 10111111 | 11001001 | 10000 | 101 | 0 | 1011100 | 10101 | 111111 | 1010101 | 101011 |
Color Harmonies of #BFC910
Complementary color
Monochromatic Colors of #BFC910
Black with #BFC910
Text Example
Text Example
White with #BFC910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC910; }
p { color: rgb(191,201,16); }
H1.HeaderClassName
{
color: #BFC910;
}
.AnyTagClassName
{
color: #BFC910;
}
</style>
background-color css
<style>
a { background-color: #BFC910; }
a { background-color: rgb(191,201,16); }
div.DivClassName
{
background-color: #BFC910;
}
.BgClassName
{
background-color: #BFC910;
}
</style>
border-color css
<style>
span { border-color: #BFC910; }
span { border-color: rgb(191,201,16); }
td.TdClassName
{
border-color: #BFC910;
}
.TagClassName
{
border-color: #BFC910;
}
</style>