Shades of La Rioja #BFC50B
Tints of La Rioja #BFC50B
RGB
CMYK
RGB Variations
Color information
#BFC50B (or 0xBFC50B) is known color: La Rioja. HEX triplet: BF, C5 and 0B. RGB value is (191,197,11). Sum of RGB (Red+Green+Blue) = 191+197+11=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC50B is #403AF4. Grayscale: #AEAEAE. Windows color (decimal): -4209397 or 771519. OLE color: 771519.
HSL color Cylindrical-coordinate representation of color #BFC50B: hue angle of 61.94º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFC50B is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 11 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.23 |
| HSL | 61.94º | 0.89% | 0.41% | - |
| HSV(B) | 61.94º | 0.94% | 0.77% | - |
| XYZ | 41.51 | 51.03 | 7.98 | - |
| YUV | 174 | 36.01 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 11 | 0.03 | 0 | 0.94 | 0.23 | 61.94 | 0.89 | 0.41 |
| Hex | BF | C5 | B | 3 | 0 | 5E | 17 | 3E | 59 | 29 |
| Octal | 277 | 305 | 13 | 3 | 0 | 136 | 27 | 76 | 131 | 51 |
| Binary | 10111111 | 11000101 | 1011 | 11 | 0 | 1011110 | 10111 | 111110 | 1011001 | 101001 |
Color Harmonies of #BFC50B
Complementary color
Monochromatic Colors of #BFC50B
Black with #BFC50B
Text Example
Text Example
White with #BFC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC50B; }
p { color: rgb(191,197,11); }
H1.HeaderClassName
{
color: #BFC50B;
}
.AnyTagClassName
{
color: #BFC50B;
}
</style>
background-color css
<style>
a { background-color: #BFC50B; }
a { background-color: rgb(191,197,11); }
div.DivClassName
{
background-color: #BFC50B;
}
.BgClassName
{
background-color: #BFC50B;
}
</style>
border-color css
<style>
span { border-color: #BFC50B; }
span { border-color: rgb(191,197,11); }
td.TdClassName
{
border-color: #BFC50B;
}
.TagClassName
{
border-color: #BFC50B;
}
</style>