Shades of La Rioja #BFC905
Tints of La Rioja #BFC905
RGB
CMYK
RGB Variations
Color information
#BFC905 (or 0xBFC905) is known color: La Rioja. HEX triplet: BF, C9 and 05. RGB value is (191,201,5). Sum of RGB (Red+Green+Blue) = 191+201+5=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC905 is #4036FA. Grayscale: #B0B0B0. Windows color (decimal): -4208379 or 379327. OLE color: 379327.
HSL color Cylindrical-coordinate representation of color #BFC905: hue angle of 63.06º degrees, saturation: 0.95, 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 #BFC905 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 5 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.21 |
| HSL | 63.06º | 0.95% | 0.4% | - |
| HSV(B) | 63.06º | 0.98% | 0.79% | - |
| XYZ | 42.4 | 52.86 | 8.11 | - |
| YUV | 175.67 | 31.69 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 5 | 0.05 | 0 | 0.98 | 0.21 | 63.06 | 0.95 | 0.4 |
| Hex | BF | C9 | 5 | 5 | 0 | 62 | 15 | 3F | 5F | 28 |
| Octal | 277 | 311 | 5 | 5 | 0 | 142 | 25 | 77 | 137 | 50 |
| Binary | 10111111 | 11001001 | 101 | 101 | 0 | 1100010 | 10101 | 111111 | 1011111 | 101000 |
Color Harmonies of #BFC905
Complementary color
Monochromatic Colors of #BFC905
Black with #BFC905
Text Example
Text Example
White with #BFC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC905; }
p { color: rgb(191,201,5); }
H1.HeaderClassName
{
color: #BFC905;
}
.AnyTagClassName
{
color: #BFC905;
}
</style>
background-color css
<style>
a { background-color: #BFC905; }
a { background-color: rgb(191,201,5); }
div.DivClassName
{
background-color: #BFC905;
}
.BgClassName
{
background-color: #BFC905;
}
</style>
border-color css
<style>
span { border-color: #BFC905; }
span { border-color: rgb(191,201,5); }
td.TdClassName
{
border-color: #BFC905;
}
.TagClassName
{
border-color: #BFC905;
}
</style>