Shades of La Rioja #BFC503
Tints of La Rioja #BFC503
RGB
CMYK
RGB Variations
Color information
#BFC503 (or 0xBFC503) is known color: La Rioja. HEX triplet: BF, C5 and 03. RGB value is (191,197,3). Sum of RGB (Red+Green+Blue) = 191+197+3=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC503 is #403AFC. Grayscale: #ADADAD. Windows color (decimal): -4209405 or 247231. OLE color: 247231.
HSL color Cylindrical-coordinate representation of color #BFC503: hue angle of 61.86º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFC503 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 3 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.23 |
| HSL | 61.86º | 0.97% | 0.39% | - |
| HSV(B) | 61.86º | 0.98% | 0.77% | - |
| XYZ | 41.47 | 51.02 | 7.75 | - |
| YUV | 173.09 | 32.01 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 3 | 0.03 | 0 | 0.98 | 0.23 | 61.86 | 0.97 | 0.39 |
| Hex | BF | C5 | 3 | 3 | 0 | 62 | 17 | 3E | 61 | 27 |
| Octal | 277 | 305 | 3 | 3 | 0 | 142 | 27 | 76 | 141 | 47 |
| Binary | 10111111 | 11000101 | 11 | 11 | 0 | 1100010 | 10111 | 111110 | 1100001 | 100111 |
Color Harmonies of #BFC503
Complementary color
Monochromatic Colors of #BFC503
Black with #BFC503
Text Example
Text Example
White with #BFC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC503; }
p { color: rgb(191,197,3); }
H1.HeaderClassName
{
color: #BFC503;
}
.AnyTagClassName
{
color: #BFC503;
}
</style>
background-color css
<style>
a { background-color: #BFC503; }
a { background-color: rgb(191,197,3); }
div.DivClassName
{
background-color: #BFC503;
}
.BgClassName
{
background-color: #BFC503;
}
</style>
border-color css
<style>
span { border-color: #BFC503; }
span { border-color: rgb(191,197,3); }
td.TdClassName
{
border-color: #BFC503;
}
.TagClassName
{
border-color: #BFC503;
}
</style>