Shades of La Rioja #BFC515
Tints of La Rioja #BFC515
RGB
CMYK
RGB Variations
Color information
#BFC515 (or 0xBFC515) is known color: La Rioja. HEX triplet: BF, C5 and 15. RGB value is (191,197,21). Sum of RGB (Red+Green+Blue) = 191+197+21=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC515 is #403AEA. Grayscale: #AFAFAF. Windows color (decimal): -4209387 or 1426879. OLE color: 1426879.
HSL color Cylindrical-coordinate representation of color #BFC515: hue angle of 62.05º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFC515 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 21 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.23 |
| HSL | 62.05º | 0.81% | 0.43% | - |
| HSV(B) | 62.05º | 0.89% | 0.77% | - |
| XYZ | 41.59 | 51.06 | 8.37 | - |
| YUV | 175.14 | 41.01 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 21 | 0.03 | 0 | 0.89 | 0.23 | 62.05 | 0.81 | 0.43 |
| Hex | BF | C5 | 15 | 3 | 0 | 59 | 17 | 3E | 51 | 2B |
| Octal | 277 | 305 | 25 | 3 | 0 | 131 | 27 | 76 | 121 | 53 |
| Binary | 10111111 | 11000101 | 10101 | 11 | 0 | 1011001 | 10111 | 111110 | 1010001 | 101011 |
Color Harmonies of #BFC515
Complementary color
Monochromatic Colors of #BFC515
Black with #BFC515
Text Example
Text Example
White with #BFC515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC515; }
p { color: rgb(191,197,21); }
H1.HeaderClassName
{
color: #BFC515;
}
.AnyTagClassName
{
color: #BFC515;
}
</style>
background-color css
<style>
a { background-color: #BFC515; }
a { background-color: rgb(191,197,21); }
div.DivClassName
{
background-color: #BFC515;
}
.BgClassName
{
background-color: #BFC515;
}
</style>
border-color css
<style>
span { border-color: #BFC515; }
span { border-color: rgb(191,197,21); }
td.TdClassName
{
border-color: #BFC515;
}
.TagClassName
{
border-color: #BFC515;
}
</style>