Shades of La Rioja #BFCF07
Tints of La Rioja #BFCF07
RGB
CMYK
RGB Variations
Color information
#BFCF07 (or 0xBFCF07) is known color: La Rioja. HEX triplet: BF, CF and 07. RGB value is (191,207,7). Sum of RGB (Red+Green+Blue) = 191+207+7=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF07 is #4030F8. Grayscale: #B4B4B4. Windows color (decimal): -4206841 or 511935. OLE color: 511935.
HSL color Cylindrical-coordinate representation of color #BFCF07: hue angle of 64.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFCF07 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 7 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.19 |
| HSL | 64.8º | 0.93% | 0.42% | - |
| HSV(B) | 64.8º | 0.97% | 0.81% | - |
| XYZ | 43.84 | 55.72 | 8.65 | - |
| YUV | 179.42 | 30.7 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 7 | 0.08 | 0 | 0.97 | 0.19 | 64.8 | 0.93 | 0.42 |
| Hex | BF | CF | 7 | 8 | 0 | 61 | 13 | 41 | 5D | 2A |
| Octal | 277 | 317 | 7 | 10 | 0 | 141 | 23 | 101 | 135 | 52 |
| Binary | 10111111 | 11001111 | 111 | 1000 | 0 | 1100001 | 10011 | 1000001 | 1011101 | 101010 |
Color Harmonies of #BFCF07
Complementary color
Monochromatic Colors of #BFCF07
Black with #BFCF07
Text Example
Text Example
White with #BFCF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF07; }
p { color: rgb(191,207,7); }
H1.HeaderClassName
{
color: #BFCF07;
}
.AnyTagClassName
{
color: #BFCF07;
}
</style>
background-color css
<style>
a { background-color: #BFCF07; }
a { background-color: rgb(191,207,7); }
div.DivClassName
{
background-color: #BFCF07;
}
.BgClassName
{
background-color: #BFCF07;
}
</style>
border-color css
<style>
span { border-color: #BFCF07; }
span { border-color: rgb(191,207,7); }
td.TdClassName
{
border-color: #BFCF07;
}
.TagClassName
{
border-color: #BFCF07;
}
</style>