Shades of La Rioja #BFCF01
Tints of La Rioja #BFCF01
RGB
CMYK
RGB Variations
Color information
#BFCF01 (or 0xBFCF01) is known color: La Rioja. HEX triplet: BF, CF and 01. RGB value is (191,207,1). Sum of RGB (Red+Green+Blue) = 191+207+1=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF01 is #4030FE. Grayscale: #B3B3B3. Windows color (decimal): -4206847 or 118719. OLE color: 118719.
HSL color Cylindrical-coordinate representation of color #BFCF01: hue angle of 64.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFCF01 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 1 | - |
| CMYK | 0.08 | 0 | 1.00 | 0.19 |
| HSL | 64.66º | 0.99% | 0.41% | - |
| HSV(B) | 64.66º | 1% | 0.81% | - |
| XYZ | 43.8 | 55.7 | 8.47 | - |
| YUV | 178.73 | 27.7 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 1 | 0.08 | 0 | 1.00 | 0.19 | 64.66 | 0.99 | 0.41 |
| Hex | BF | CF | 1 | 8 | 0 | 64 | 13 | 41 | 63 | 29 |
| Octal | 277 | 317 | 1 | 10 | 0 | 144 | 23 | 101 | 143 | 51 |
| Binary | 10111111 | 11001111 | 1 | 1000 | 0 | 1100100 | 10011 | 1000001 | 1100011 | 101001 |
Color Harmonies of #BFCF01
Complementary color
Monochromatic Colors of #BFCF01
Black with #BFCF01
Text Example
Text Example
White with #BFCF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF01; }
p { color: rgb(191,207,1); }
H1.HeaderClassName
{
color: #BFCF01;
}
.AnyTagClassName
{
color: #BFCF01;
}
</style>
background-color css
<style>
a { background-color: #BFCF01; }
a { background-color: rgb(191,207,1); }
div.DivClassName
{
background-color: #BFCF01;
}
.BgClassName
{
background-color: #BFCF01;
}
</style>
border-color css
<style>
span { border-color: #BFCF01; }
span { border-color: rgb(191,207,1); }
td.TdClassName
{
border-color: #BFCF01;
}
.TagClassName
{
border-color: #BFCF01;
}
</style>