Shades of La Rioja #BFBA01
Tints of La Rioja #BFBA01
RGB
CMYK
RGB Variations
Color information
#BFBA01 (or 0xBFBA01) is known color: La Rioja. HEX triplet: BF, BA and 01. RGB value is (191,186,1). Sum of RGB (Red+Green+Blue) = 191+186+1=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBA01 is #4045FE. Grayscale: #A7A7A7. Windows color (decimal): -4212223 or 113343. OLE color: 113343.
HSL color Cylindrical-coordinate representation of color #BFBA01: hue angle of 58.42º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFBA01 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.25 |
| HSL | 58.42º | 0.99% | 0.38% | - |
| HSV(B) | 58.42º | 0.99% | 0.75% | - |
| XYZ | 39.05 | 46.2 | 6.89 | - |
| YUV | 166.41 | 34.66 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 1 | 0 | 0.03 | 0.99 | 0.25 | 58.42 | 0.99 | 0.38 |
| Hex | BF | BA | 1 | 0 | 3 | 63 | 19 | 3A | 63 | 26 |
| Octal | 277 | 272 | 1 | 0 | 3 | 143 | 31 | 72 | 143 | 46 |
| Binary | 10111111 | 10111010 | 1 | 0 | 11 | 1100011 | 11001 | 111010 | 1100011 | 100110 |
Color Harmonies of #BFBA01
Complementary color
Monochromatic Colors of #BFBA01
Black with #BFBA01
Text Example
Text Example
White with #BFBA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA01; }
p { color: rgb(191,186,1); }
H1.HeaderClassName
{
color: #BFBA01;
}
.AnyTagClassName
{
color: #BFBA01;
}
</style>
background-color css
<style>
a { background-color: #BFBA01; }
a { background-color: rgb(191,186,1); }
div.DivClassName
{
background-color: #BFBA01;
}
.BgClassName
{
background-color: #BFBA01;
}
</style>
border-color css
<style>
span { border-color: #BFBA01; }
span { border-color: rgb(191,186,1); }
td.TdClassName
{
border-color: #BFBA01;
}
.TagClassName
{
border-color: #BFBA01;
}
</style>