Shades of La Rioja #BFBA11
Tints of La Rioja #BFBA11
RGB
CMYK
RGB Variations
Color information
#BFBA11 (or 0xBFBA11) is known color: La Rioja. HEX triplet: BF, BA and 11. RGB value is (191,186,17). Sum of RGB (Red+Green+Blue) = 191+186+17=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBA11 is #4045EE. Grayscale: #A8A8A8. Windows color (decimal): -4212207 or 1161919. OLE color: 1161919.
HSL color Cylindrical-coordinate representation of color #BFBA11: hue angle of 58.28º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFBA11 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 17 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.25 |
| HSL | 58.28º | 0.84% | 0.41% | - |
| HSV(B) | 58.28º | 0.91% | 0.75% | - |
| XYZ | 39.15 | 46.23 | 7.39 | - |
| YUV | 168.23 | 42.66 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 17 | 0 | 0.03 | 0.91 | 0.25 | 58.28 | 0.84 | 0.41 |
| Hex | BF | BA | 11 | 0 | 3 | 5B | 19 | 3A | 54 | 29 |
| Octal | 277 | 272 | 21 | 0 | 3 | 133 | 31 | 72 | 124 | 51 |
| Binary | 10111111 | 10111010 | 10001 | 0 | 11 | 1011011 | 11001 | 111010 | 1010100 | 101001 |
Color Harmonies of #BFBA11
Complementary color
Monochromatic Colors of #BFBA11
Black with #BFBA11
Text Example
Text Example
White with #BFBA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA11; }
p { color: rgb(191,186,17); }
H1.HeaderClassName
{
color: #BFBA11;
}
.AnyTagClassName
{
color: #BFBA11;
}
</style>
background-color css
<style>
a { background-color: #BFBA11; }
a { background-color: rgb(191,186,17); }
div.DivClassName
{
background-color: #BFBA11;
}
.BgClassName
{
background-color: #BFBA11;
}
</style>
border-color css
<style>
span { border-color: #BFBA11; }
span { border-color: rgb(191,186,17); }
td.TdClassName
{
border-color: #BFBA11;
}
.TagClassName
{
border-color: #BFBA11;
}
</style>