Shades of La Rioja #BFBA10
Tints of La Rioja #BFBA10
RGB
CMYK
RGB Variations
Color information
#BFBA10 (or 0xBFBA10) is known color: La Rioja. HEX triplet: BF, BA and 10. RGB value is (191,186,16). Sum of RGB (Red+Green+Blue) = 191+186+16=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBA10 is #4045EF. Grayscale: #A8A8A8. Windows color (decimal): -4212208 or 1096383. OLE color: 1096383.
HSL color Cylindrical-coordinate representation of color #BFBA10: hue angle of 58.29º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFBA10 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 16 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.25 |
| HSL | 58.29º | 0.85% | 0.41% | - |
| HSV(B) | 58.29º | 0.92% | 0.75% | - |
| XYZ | 39.14 | 46.23 | 7.35 | - |
| YUV | 168.12 | 42.16 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 16 | 0 | 0.03 | 0.92 | 0.25 | 58.29 | 0.85 | 0.41 |
| Hex | BF | BA | 10 | 0 | 3 | 5C | 19 | 3A | 55 | 29 |
| Octal | 277 | 272 | 20 | 0 | 3 | 134 | 31 | 72 | 125 | 51 |
| Binary | 10111111 | 10111010 | 10000 | 0 | 11 | 1011100 | 11001 | 111010 | 1010101 | 101001 |
Color Harmonies of #BFBA10
Complementary color
Monochromatic Colors of #BFBA10
Black with #BFBA10
Text Example
Text Example
White with #BFBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA10; }
p { color: rgb(191,186,16); }
H1.HeaderClassName
{
color: #BFBA10;
}
.AnyTagClassName
{
color: #BFBA10;
}
</style>
background-color css
<style>
a { background-color: #BFBA10; }
a { background-color: rgb(191,186,16); }
div.DivClassName
{
background-color: #BFBA10;
}
.BgClassName
{
background-color: #BFBA10;
}
</style>
border-color css
<style>
span { border-color: #BFBA10; }
span { border-color: rgb(191,186,16); }
td.TdClassName
{
border-color: #BFBA10;
}
.TagClassName
{
border-color: #BFBA10;
}
</style>