Shades of La Rioja #BFC115
Tints of La Rioja #BFC115
RGB
CMYK
RGB Variations
Color information
#BFC115 (or 0xBFC115) is known color: La Rioja. HEX triplet: BF, C1 and 15. RGB value is (191,193,21). Sum of RGB (Red+Green+Blue) = 191+193+21=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC115 is #403EEA. Grayscale: #ADADAD. Windows color (decimal): -4210411 or 1425855. OLE color: 1425855.
HSL color Cylindrical-coordinate representation of color #BFC115: 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 #BFC115 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 21 | - |
| 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.69 | 49.27 | 8.07 | - |
| YUV | 172.79 | 42.34 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 21 | 0.01 | 0 | 0.89 | 0.24 | 60.7 | 0.8 | 0.42 |
| Hex | BF | C1 | 15 | 1 | 0 | 59 | 18 | 3D | 50 | 2A |
| Octal | 277 | 301 | 25 | 1 | 0 | 131 | 30 | 75 | 120 | 52 |
| Binary | 10111111 | 11000001 | 10101 | 1 | 0 | 1011001 | 11000 | 111101 | 1010000 | 101010 |
Color Harmonies of #BFC115
Complementary color
Monochromatic Colors of #BFC115
Black with #BFC115
Text Example
Text Example
White with #BFC115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC115; }
p { color: rgb(191,193,21); }
H1.HeaderClassName
{
color: #BFC115;
}
.AnyTagClassName
{
color: #BFC115;
}
</style>
background-color css
<style>
a { background-color: #BFC115; }
a { background-color: rgb(191,193,21); }
div.DivClassName
{
background-color: #BFC115;
}
.BgClassName
{
background-color: #BFC115;
}
</style>
border-color css
<style>
span { border-color: #BFC115; }
span { border-color: rgb(191,193,21); }
td.TdClassName
{
border-color: #BFC115;
}
.TagClassName
{
border-color: #BFC115;
}
</style>