Shades of La Rioja #BFC514
Tints of La Rioja #BFC514
RGB
CMYK
RGB Variations
Color information
#BFC514 (or 0xBFC514) is known color: La Rioja. HEX triplet: BF, C5 and 14. RGB value is (191,197,20). Sum of RGB (Red+Green+Blue) = 191+197+20=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC514 is #403AEB. Grayscale: #AFAFAF. Windows color (decimal): -4209388 or 1361343. OLE color: 1361343.
HSL color Cylindrical-coordinate representation of color #BFC514: hue angle of 62.03º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFC514 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 20 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.23 |
| HSL | 62.03º | 0.82% | 0.43% | - |
| HSV(B) | 62.03º | 0.9% | 0.77% | - |
| XYZ | 41.58 | 51.06 | 8.33 | - |
| YUV | 175.03 | 40.51 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 20 | 0.03 | 0 | 0.90 | 0.23 | 62.03 | 0.82 | 0.43 |
| Hex | BF | C5 | 14 | 3 | 0 | 5A | 17 | 3E | 52 | 2B |
| Octal | 277 | 305 | 24 | 3 | 0 | 132 | 27 | 76 | 122 | 53 |
| Binary | 10111111 | 11000101 | 10100 | 11 | 0 | 1011010 | 10111 | 111110 | 1010010 | 101011 |
Color Harmonies of #BFC514
Complementary color
Monochromatic Colors of #BFC514
Black with #BFC514
Text Example
Text Example
White with #BFC514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC514; }
p { color: rgb(191,197,20); }
H1.HeaderClassName
{
color: #BFC514;
}
.AnyTagClassName
{
color: #BFC514;
}
</style>
background-color css
<style>
a { background-color: #BFC514; }
a { background-color: rgb(191,197,20); }
div.DivClassName
{
background-color: #BFC514;
}
.BgClassName
{
background-color: #BFC514;
}
</style>
border-color css
<style>
span { border-color: #BFC514; }
span { border-color: rgb(191,197,20); }
td.TdClassName
{
border-color: #BFC514;
}
.TagClassName
{
border-color: #BFC514;
}
</style>