Shades of La Rioja #BFC614
Tints of La Rioja #BFC614
RGB
CMYK
RGB Variations
Color information
#BFC614 (or 0xBFC614) is known color: La Rioja. HEX triplet: BF, C6 and 14. RGB value is (191,198,20). Sum of RGB (Red+Green+Blue) = 191+198+20=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC614 is #4039EB. Grayscale: #B0B0B0. Windows color (decimal): -4209132 or 1361599. OLE color: 1361599.
HSL color Cylindrical-coordinate representation of color #BFC614: hue angle of 62.36º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFC614 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 20 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.22 |
| HSL | 62.36º | 0.82% | 0.43% | - |
| HSV(B) | 62.36º | 0.9% | 0.78% | - |
| XYZ | 41.81 | 51.52 | 8.4 | - |
| YUV | 175.62 | 40.18 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 20 | 0.04 | 0 | 0.90 | 0.22 | 62.36 | 0.82 | 0.43 |
| Hex | BF | C6 | 14 | 4 | 0 | 5A | 16 | 3E | 52 | 2B |
| Octal | 277 | 306 | 24 | 4 | 0 | 132 | 26 | 76 | 122 | 53 |
| Binary | 10111111 | 11000110 | 10100 | 100 | 0 | 1011010 | 10110 | 111110 | 1010010 | 101011 |
Color Harmonies of #BFC614
Complementary color
Monochromatic Colors of #BFC614
Black with #BFC614
Text Example
Text Example
White with #BFC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC614; }
p { color: rgb(191,198,20); }
H1.HeaderClassName
{
color: #BFC614;
}
.AnyTagClassName
{
color: #BFC614;
}
</style>
background-color css
<style>
a { background-color: #BFC614; }
a { background-color: rgb(191,198,20); }
div.DivClassName
{
background-color: #BFC614;
}
.BgClassName
{
background-color: #BFC614;
}
</style>
border-color css
<style>
span { border-color: #BFC614; }
span { border-color: rgb(191,198,20); }
td.TdClassName
{
border-color: #BFC614;
}
.TagClassName
{
border-color: #BFC614;
}
</style>