Shades of La Rioja #BFBA03
Tints of La Rioja #BFBA03
RGB
CMYK
RGB Variations
Color information
#BFBA03 (or 0xBFBA03) is known color: La Rioja. HEX triplet: BF, BA and 03. RGB value is (191,186,3). Sum of RGB (Red+Green+Blue) = 191+186+3=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 3 (1.56% from 255 or 0.79% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBA03 is #4045FC. Grayscale: #A7A7A7. Windows color (decimal): -4212221 or 244415. OLE color: 244415.
HSL color Cylindrical-coordinate representation of color #BFBA03: hue angle of 58.4º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFBA03 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 3 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.25 |
| HSL | 58.4º | 0.97% | 0.38% | - |
| HSV(B) | 58.4º | 0.98% | 0.75% | - |
| XYZ | 39.06 | 46.2 | 6.95 | - |
| YUV | 166.63 | 35.66 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 3 | 0 | 0.03 | 0.98 | 0.25 | 58.4 | 0.97 | 0.38 |
| Hex | BF | BA | 3 | 0 | 3 | 62 | 19 | 3A | 61 | 26 |
| Octal | 277 | 272 | 3 | 0 | 3 | 142 | 31 | 72 | 141 | 46 |
| Binary | 10111111 | 10111010 | 11 | 0 | 11 | 1100010 | 11001 | 111010 | 1100001 | 100110 |
Color Harmonies of #BFBA03
Complementary color
Monochromatic Colors of #BFBA03
Black with #BFBA03
Text Example
Text Example
White with #BFBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA03; }
p { color: rgb(191,186,3); }
H1.HeaderClassName
{
color: #BFBA03;
}
.AnyTagClassName
{
color: #BFBA03;
}
</style>
background-color css
<style>
a { background-color: #BFBA03; }
a { background-color: rgb(191,186,3); }
div.DivClassName
{
background-color: #BFBA03;
}
.BgClassName
{
background-color: #BFBA03;
}
</style>
border-color css
<style>
span { border-color: #BFBA03; }
span { border-color: rgb(191,186,3); }
td.TdClassName
{
border-color: #BFBA03;
}
.TagClassName
{
border-color: #BFBA03;
}
</style>