Shades of La Rioja #BFBC00
Tints of La Rioja #BFBC00
RGB
CMYK
RGB Variations
Color information
#BFBC00 (or 0xBFBC00) is known color: La Rioja. HEX triplet: BF, BC and 00. RGB value is (191,188,0). Sum of RGB (Red+Green+Blue) = 191+188+0=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC00 is #4043FF. Grayscale: #A8A8A8. Windows color (decimal): -4211712 or 48319. OLE color: 48319.
HSL color Cylindrical-coordinate representation of color #BFBC00: hue angle of 59.06º 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 #BFBC00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.25 |
| HSL | 59.06º | 1% | 0.37% | - |
| HSV(B) | 59.06º | 1% | 0.75% | - |
| XYZ | 39.47 | 47.04 | 7 | - |
| YUV | 167.47 | 33.49 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 0 | 0 | 0.02 | 1 | 0.25 | 59.06 | 1 | 0.37 |
| Hex | BF | BC | 0 | 0 | 2 | 64 | 19 | 3B | 64 | 25 |
| Octal | 277 | 274 | 0 | 0 | 2 | 144 | 31 | 73 | 144 | 45 |
| Binary | 10111111 | 10111100 | 0 | 0 | 10 | 1100100 | 11001 | 111011 | 1100100 | 100101 |
Color Harmonies of #BFBC00
Complementary color
Monochromatic Colors of #BFBC00
Black with #BFBC00
Text Example
Text Example
White with #BFBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC00; }
p { color: rgb(191,188,0); }
H1.HeaderClassName
{
color: #BFBC00;
}
.AnyTagClassName
{
color: #BFBC00;
}
</style>
background-color css
<style>
a { background-color: #BFBC00; }
a { background-color: rgb(191,188,0); }
div.DivClassName
{
background-color: #BFBC00;
}
.BgClassName
{
background-color: #BFBC00;
}
</style>
border-color css
<style>
span { border-color: #BFBC00; }
span { border-color: rgb(191,188,0); }
td.TdClassName
{
border-color: #BFBC00;
}
.TagClassName
{
border-color: #BFBC00;
}
</style>