Shades of La Rioja #BFBA0E
Tints of La Rioja #BFBA0E
RGB
CMYK
RGB Variations
Color information
#BFBA0E (or 0xBFBA0E) is known color: La Rioja. HEX triplet: BF, BA and 0E. RGB value is (191,186,14). Sum of RGB (Red+Green+Blue) = 191+186+14=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBA0E is #4045F1. Grayscale: #A8A8A8. Windows color (decimal): -4212210 or 965311. OLE color: 965311.
HSL color Cylindrical-coordinate representation of color #BFBA0E: hue angle of 58.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFBA0E is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 14 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.25 |
| HSL | 58.31º | 0.86% | 0.4% | - |
| HSV(B) | 58.31º | 0.93% | 0.75% | - |
| XYZ | 39.12 | 46.23 | 7.28 | - |
| YUV | 167.89 | 41.16 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 14 | 0 | 0.03 | 0.93 | 0.25 | 58.31 | 0.86 | 0.4 |
| Hex | BF | BA | E | 0 | 3 | 5D | 19 | 3A | 56 | 28 |
| Octal | 277 | 272 | 16 | 0 | 3 | 135 | 31 | 72 | 126 | 50 |
| Binary | 10111111 | 10111010 | 1110 | 0 | 11 | 1011101 | 11001 | 111010 | 1010110 | 101000 |
Color Harmonies of #BFBA0E
Complementary color
Monochromatic Colors of #BFBA0E
Black with #BFBA0E
Text Example
Text Example
White with #BFBA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA0E; }
p { color: rgb(191,186,14); }
H1.HeaderClassName
{
color: #BFBA0E;
}
.AnyTagClassName
{
color: #BFBA0E;
}
</style>
background-color css
<style>
a { background-color: #BFBA0E; }
a { background-color: rgb(191,186,14); }
div.DivClassName
{
background-color: #BFBA0E;
}
.BgClassName
{
background-color: #BFBA0E;
}
</style>
border-color css
<style>
span { border-color: #BFBA0E; }
span { border-color: rgb(191,186,14); }
td.TdClassName
{
border-color: #BFBA0E;
}
.TagClassName
{
border-color: #BFBA0E;
}
</style>