Shades of La Rioja #BFC714
Tints of La Rioja #BFC714
RGB
CMYK
RGB Variations
Color information
#BFC714 (or 0xBFC714) is known color: La Rioja. HEX triplet: BF, C7 and 14. RGB value is (191,199,20). Sum of RGB (Red+Green+Blue) = 191+199+20=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC714 is #4038EB. Grayscale: #B0B0B0. Windows color (decimal): -4208876 or 1361855. OLE color: 1361855.
HSL color Cylindrical-coordinate representation of color #BFC714: hue angle of 62.68º 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 #BFC714 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 20 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.22 |
| HSL | 62.68º | 0.82% | 0.43% | - |
| HSV(B) | 62.68º | 0.9% | 0.78% | - |
| XYZ | 42.04 | 51.97 | 8.48 | - |
| YUV | 176.2 | 39.85 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 20 | 0.04 | 0 | 0.90 | 0.22 | 62.68 | 0.82 | 0.43 |
| Hex | BF | C7 | 14 | 4 | 0 | 5A | 16 | 3F | 52 | 2B |
| Octal | 277 | 307 | 24 | 4 | 0 | 132 | 26 | 77 | 122 | 53 |
| Binary | 10111111 | 11000111 | 10100 | 100 | 0 | 1011010 | 10110 | 111111 | 1010010 | 101011 |
Color Harmonies of #BFC714
Complementary color
Monochromatic Colors of #BFC714
Black with #BFC714
Text Example
Text Example
White with #BFC714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC714; }
p { color: rgb(191,199,20); }
H1.HeaderClassName
{
color: #BFC714;
}
.AnyTagClassName
{
color: #BFC714;
}
</style>
background-color css
<style>
a { background-color: #BFC714; }
a { background-color: rgb(191,199,20); }
div.DivClassName
{
background-color: #BFC714;
}
.BgClassName
{
background-color: #BFC714;
}
</style>
border-color css
<style>
span { border-color: #BFC714; }
span { border-color: rgb(191,199,20); }
td.TdClassName
{
border-color: #BFC714;
}
.TagClassName
{
border-color: #BFC714;
}
</style>