Shades of La Rioja #BFBF00
Tints of La Rioja #BFBF00
RGB
CMYK
RGB Variations
Color information
#BFBF00 (or 0xBFBF00) is known color: La Rioja. HEX triplet: BF, BF and 00. RGB value is (191,191,0). Sum of RGB (Red+Green+Blue) = 191+191+0=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBF00 is #4040FF. Grayscale: #A9A9A9. Windows color (decimal): -4210944 or 49087. OLE color: 49087.
HSL color Cylindrical-coordinate representation of color #BFBF00: hue angle of 60º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFBF00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 191 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.25 |
| HSL | 60º | 1% | 0.37% | - |
| HSV(B) | 60º | 1% | 0.75% | - |
| XYZ | 40.12 | 48.34 | 7.22 | - |
| YUV | 169.23 | 32.5 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 0 | 0 | 0 | 1 | 0.25 | 60 | 1 | 0.37 |
| Hex | BF | BF | 0 | 0 | 0 | 64 | 19 | 3C | 64 | 25 |
| Octal | 277 | 277 | 0 | 0 | 0 | 144 | 31 | 74 | 144 | 45 |
| Binary | 10111111 | 10111111 | 0 | 0 | 0 | 1100100 | 11001 | 111100 | 1100100 | 100101 |
Color Harmonies of #BFBF00
Complementary color
Monochromatic Colors of #BFBF00
Black with #BFBF00
Text Example
Text Example
White with #BFBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBF00; }
p { color: rgb(191,191,0); }
H1.HeaderClassName
{
color: #BFBF00;
}
.AnyTagClassName
{
color: #BFBF00;
}
</style>
background-color css
<style>
a { background-color: #BFBF00; }
a { background-color: rgb(191,191,0); }
div.DivClassName
{
background-color: #BFBF00;
}
.BgClassName
{
background-color: #BFBF00;
}
</style>
border-color css
<style>
span { border-color: #BFBF00; }
span { border-color: rgb(191,191,0); }
td.TdClassName
{
border-color: #BFBF00;
}
.TagClassName
{
border-color: #BFBF00;
}
</style>