Shades of La Rioja #BFC211
Tints of La Rioja #BFC211
RGB
CMYK
RGB Variations
Color information
#BFC211 (or 0xBFC211) is known color: La Rioja. HEX triplet: BF, C2 and 11. RGB value is (191,194,17). Sum of RGB (Red+Green+Blue) = 191+194+17=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC211 is #403DEE. Grayscale: #ADADAD. Windows color (decimal): -4210159 or 1163967. OLE color: 1163967.
HSL color Cylindrical-coordinate representation of color #BFC211: hue angle of 61.02º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFC211 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 17 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.24 |
| HSL | 61.02º | 0.84% | 0.41% | - |
| HSV(B) | 61.02º | 0.91% | 0.76% | - |
| XYZ | 40.88 | 49.7 | 7.97 | - |
| YUV | 172.93 | 40.01 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 17 | 0.02 | 0 | 0.91 | 0.24 | 61.02 | 0.84 | 0.41 |
| Hex | BF | C2 | 11 | 2 | 0 | 5B | 18 | 3D | 54 | 29 |
| Octal | 277 | 302 | 21 | 2 | 0 | 133 | 30 | 75 | 124 | 51 |
| Binary | 10111111 | 11000010 | 10001 | 10 | 0 | 1011011 | 11000 | 111101 | 1010100 | 101001 |
Color Harmonies of #BFC211
Complementary color
Monochromatic Colors of #BFC211
Black with #BFC211
Text Example
Text Example
White with #BFC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC211; }
p { color: rgb(191,194,17); }
H1.HeaderClassName
{
color: #BFC211;
}
.AnyTagClassName
{
color: #BFC211;
}
</style>
background-color css
<style>
a { background-color: #BFC211; }
a { background-color: rgb(191,194,17); }
div.DivClassName
{
background-color: #BFC211;
}
.BgClassName
{
background-color: #BFC211;
}
</style>
border-color css
<style>
span { border-color: #BFC211; }
span { border-color: rgb(191,194,17); }
td.TdClassName
{
border-color: #BFC211;
}
.TagClassName
{
border-color: #BFC211;
}
</style>