Shades of La Rioja #BFBE00
Tints of La Rioja #BFBE00
RGB
CMYK
RGB Variations
Color information
#BFBE00 (or 0xBFBE00) is known color: La Rioja. HEX triplet: BF, BE and 00. RGB value is (191,190,0). Sum of RGB (Red+Green+Blue) = 191+190+0=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBE00 is #4041FF. Grayscale: #A9A9A9. Windows color (decimal): -4211200 or 48831. OLE color: 48831.
HSL color Cylindrical-coordinate representation of color #BFBE00: hue angle of 59.69º 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 #BFBE00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.25 |
| HSL | 59.69º | 1% | 0.37% | - |
| HSV(B) | 59.69º | 1% | 0.75% | - |
| XYZ | 39.9 | 47.9 | 7.14 | - |
| YUV | 168.64 | 32.83 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 0 | 0 | 0.01 | 1 | 0.25 | 59.69 | 1 | 0.37 |
| Hex | BF | BE | 0 | 0 | 1 | 64 | 19 | 3C | 64 | 25 |
| Octal | 277 | 276 | 0 | 0 | 1 | 144 | 31 | 74 | 144 | 45 |
| Binary | 10111111 | 10111110 | 0 | 0 | 1 | 1100100 | 11001 | 111100 | 1100100 | 100101 |
Color Harmonies of #BFBE00
Complementary color
Monochromatic Colors of #BFBE00
Black with #BFBE00
Text Example
Text Example
White with #BFBE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE00; }
p { color: rgb(191,190,0); }
H1.HeaderClassName
{
color: #BFBE00;
}
.AnyTagClassName
{
color: #BFBE00;
}
</style>
background-color css
<style>
a { background-color: #BFBE00; }
a { background-color: rgb(191,190,0); }
div.DivClassName
{
background-color: #BFBE00;
}
.BgClassName
{
background-color: #BFBE00;
}
</style>
border-color css
<style>
span { border-color: #BFBE00; }
span { border-color: rgb(191,190,0); }
td.TdClassName
{
border-color: #BFBE00;
}
.TagClassName
{
border-color: #BFBE00;
}
</style>