Shades of La Rioja #BFBA00
Tints of La Rioja #BFBA00
RGB
CMYK
RGB Variations
Color information
#BFBA00 (or 0xBFBA00) is known color: La Rioja. HEX triplet: BF, BA and 00. RGB value is (191,186,0). Sum of RGB (Red+Green+Blue) = 191+186+0=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBA00 is #4045FF. Grayscale: #A7A7A7. Windows color (decimal): -4212224 or 47807. OLE color: 47807.
HSL color Cylindrical-coordinate representation of color #BFBA00: hue angle of 58.43º 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 #BFBA00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.25 |
| HSL | 58.43º | 1% | 0.37% | - |
| HSV(B) | 58.43º | 1% | 0.75% | - |
| XYZ | 39.04 | 46.19 | 6.86 | - |
| YUV | 166.29 | 34.16 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 0 | 0 | 0.03 | 1 | 0.25 | 58.43 | 1 | 0.37 |
| Hex | BF | BA | 0 | 0 | 3 | 64 | 19 | 3A | 64 | 25 |
| Octal | 277 | 272 | 0 | 0 | 3 | 144 | 31 | 72 | 144 | 45 |
| Binary | 10111111 | 10111010 | 0 | 0 | 11 | 1100100 | 11001 | 111010 | 1100100 | 100101 |
Color Harmonies of #BFBA00
Complementary color
Monochromatic Colors of #BFBA00
Black with #BFBA00
Text Example
Text Example
White with #BFBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA00; }
p { color: rgb(191,186,0); }
H1.HeaderClassName
{
color: #BFBA00;
}
.AnyTagClassName
{
color: #BFBA00;
}
</style>
background-color css
<style>
a { background-color: #BFBA00; }
a { background-color: rgb(191,186,0); }
div.DivClassName
{
background-color: #BFBA00;
}
.BgClassName
{
background-color: #BFBA00;
}
</style>
border-color css
<style>
span { border-color: #BFBA00; }
span { border-color: rgb(191,186,0); }
td.TdClassName
{
border-color: #BFBA00;
}
.TagClassName
{
border-color: #BFBA00;
}
</style>