Shades of La Rioja #BFC904
Tints of La Rioja #BFC904
RGB
CMYK
RGB Variations
Color information
#BFC904 (or 0xBFC904) is known color: La Rioja. HEX triplet: BF, C9 and 04. RGB value is (191,201,4). Sum of RGB (Red+Green+Blue) = 191+201+4=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC904 is #4036FB. Grayscale: #B0B0B0. Windows color (decimal): -4208380 or 313791. OLE color: 313791.
HSL color Cylindrical-coordinate representation of color #BFC904: hue angle of 63.05º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFC904 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 4 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.21 |
| HSL | 63.05º | 0.96% | 0.4% | - |
| HSV(B) | 63.05º | 0.98% | 0.79% | - |
| XYZ | 42.39 | 52.86 | 8.08 | - |
| YUV | 175.55 | 31.19 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 4 | 0.05 | 0 | 0.98 | 0.21 | 63.05 | 0.96 | 0.4 |
| Hex | BF | C9 | 4 | 5 | 0 | 62 | 15 | 3F | 60 | 28 |
| Octal | 277 | 311 | 4 | 5 | 0 | 142 | 25 | 77 | 140 | 50 |
| Binary | 10111111 | 11001001 | 100 | 101 | 0 | 1100010 | 10101 | 111111 | 1100000 | 101000 |
Color Harmonies of #BFC904
Complementary color
Monochromatic Colors of #BFC904
Black with #BFC904
Text Example
Text Example
White with #BFC904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC904; }
p { color: rgb(191,201,4); }
H1.HeaderClassName
{
color: #BFC904;
}
.AnyTagClassName
{
color: #BFC904;
}
</style>
background-color css
<style>
a { background-color: #BFC904; }
a { background-color: rgb(191,201,4); }
div.DivClassName
{
background-color: #BFC904;
}
.BgClassName
{
background-color: #BFC904;
}
</style>
border-color css
<style>
span { border-color: #BFC904; }
span { border-color: rgb(191,201,4); }
td.TdClassName
{
border-color: #BFC904;
}
.TagClassName
{
border-color: #BFC904;
}
</style>