Shades of La Rioja #BFC505
Tints of La Rioja #BFC505
RGB
CMYK
RGB Variations
Color information
#BFC505 (or 0xBFC505) is known color: La Rioja. HEX triplet: BF, C5 and 05. RGB value is (191,197,5). Sum of RGB (Red+Green+Blue) = 191+197+5=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC505 is #403AFA. Grayscale: #AEAEAE. Windows color (decimal): -4209403 or 378303. OLE color: 378303.
HSL color Cylindrical-coordinate representation of color #BFC505: hue angle of 61.88º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFC505 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 5 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.23 |
| HSL | 61.88º | 0.95% | 0.4% | - |
| HSV(B) | 61.88º | 0.97% | 0.77% | - |
| XYZ | 41.48 | 51.02 | 7.81 | - |
| YUV | 173.32 | 33.01 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 5 | 0.03 | 0 | 0.97 | 0.23 | 61.88 | 0.95 | 0.4 |
| Hex | BF | C5 | 5 | 3 | 0 | 61 | 17 | 3E | 5F | 28 |
| Octal | 277 | 305 | 5 | 3 | 0 | 141 | 27 | 76 | 137 | 50 |
| Binary | 10111111 | 11000101 | 101 | 11 | 0 | 1100001 | 10111 | 111110 | 1011111 | 101000 |
Color Harmonies of #BFC505
Complementary color
Monochromatic Colors of #BFC505
Black with #BFC505
Text Example
Text Example
White with #BFC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC505; }
p { color: rgb(191,197,5); }
H1.HeaderClassName
{
color: #BFC505;
}
.AnyTagClassName
{
color: #BFC505;
}
</style>
background-color css
<style>
a { background-color: #BFC505; }
a { background-color: rgb(191,197,5); }
div.DivClassName
{
background-color: #BFC505;
}
.BgClassName
{
background-color: #BFC505;
}
</style>
border-color css
<style>
span { border-color: #BFC505; }
span { border-color: rgb(191,197,5); }
td.TdClassName
{
border-color: #BFC505;
}
.TagClassName
{
border-color: #BFC505;
}
</style>