Shades of La Rioja #BFBC01
Tints of La Rioja #BFBC01
RGB
CMYK
RGB Variations
Color information
#BFBC01 (or 0xBFBC01) is known color: La Rioja. HEX triplet: BF, BC and 01. RGB value is (191,188,1). Sum of RGB (Red+Green+Blue) = 191+188+1=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC01 is #4043FE. Grayscale: #A8A8A8. Windows color (decimal): -4211711 or 113855. OLE color: 113855.
HSL color Cylindrical-coordinate representation of color #BFBC01: hue angle of 59.05º 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 #BFBC01 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.25 |
| HSL | 59.05º | 0.99% | 0.38% | - |
| HSV(B) | 59.05º | 0.99% | 0.75% | - |
| XYZ | 39.47 | 47.05 | 7.03 | - |
| YUV | 167.58 | 33.99 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 1 | 0 | 0.02 | 0.99 | 0.25 | 59.05 | 0.99 | 0.38 |
| Hex | BF | BC | 1 | 0 | 2 | 63 | 19 | 3B | 63 | 26 |
| Octal | 277 | 274 | 1 | 0 | 2 | 143 | 31 | 73 | 143 | 46 |
| Binary | 10111111 | 10111100 | 1 | 0 | 10 | 1100011 | 11001 | 111011 | 1100011 | 100110 |
Color Harmonies of #BFBC01
Complementary color
Monochromatic Colors of #BFBC01
Black with #BFBC01
Text Example
Text Example
White with #BFBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC01; }
p { color: rgb(191,188,1); }
H1.HeaderClassName
{
color: #BFBC01;
}
.AnyTagClassName
{
color: #BFBC01;
}
</style>
background-color css
<style>
a { background-color: #BFBC01; }
a { background-color: rgb(191,188,1); }
div.DivClassName
{
background-color: #BFBC01;
}
.BgClassName
{
background-color: #BFBC01;
}
</style>
border-color css
<style>
span { border-color: #BFBC01; }
span { border-color: rgb(191,188,1); }
td.TdClassName
{
border-color: #BFBC01;
}
.TagClassName
{
border-color: #BFBC01;
}
</style>