Shades of La Rioja #BFC404
Tints of La Rioja #BFC404
RGB
CMYK
RGB Variations
Color information
#BFC404 (or 0xBFC404) is known color: La Rioja. HEX triplet: BF, C4 and 04. RGB value is (191,196,4). Sum of RGB (Red+Green+Blue) = 191+196+4=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC404 is #403BFB. Grayscale: #ADADAD. Windows color (decimal): -4209660 or 312511. OLE color: 312511.
HSL color Cylindrical-coordinate representation of color #BFC404: hue angle of 61.56º degrees, saturation: 0.96, 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 #BFC404 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 4 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.23 |
| HSL | 61.56º | 0.96% | 0.39% | - |
| HSV(B) | 61.56º | 0.98% | 0.77% | - |
| XYZ | 41.25 | 50.56 | 7.7 | - |
| YUV | 172.62 | 32.84 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 4 | 0.03 | 0 | 0.98 | 0.23 | 61.56 | 0.96 | 0.39 |
| Hex | BF | C4 | 4 | 3 | 0 | 62 | 17 | 3E | 60 | 27 |
| Octal | 277 | 304 | 4 | 3 | 0 | 142 | 27 | 76 | 140 | 47 |
| Binary | 10111111 | 11000100 | 100 | 11 | 0 | 1100010 | 10111 | 111110 | 1100000 | 100111 |
Color Harmonies of #BFC404
Complementary color
Monochromatic Colors of #BFC404
Black with #BFC404
Text Example
Text Example
White with #BFC404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC404; }
p { color: rgb(191,196,4); }
H1.HeaderClassName
{
color: #BFC404;
}
.AnyTagClassName
{
color: #BFC404;
}
</style>
background-color css
<style>
a { background-color: #BFC404; }
a { background-color: rgb(191,196,4); }
div.DivClassName
{
background-color: #BFC404;
}
.BgClassName
{
background-color: #BFC404;
}
</style>
border-color css
<style>
span { border-color: #BFC404; }
span { border-color: rgb(191,196,4); }
td.TdClassName
{
border-color: #BFC404;
}
.TagClassName
{
border-color: #BFC404;
}
</style>