Shades of La Rioja #BFCF0E
Tints of La Rioja #BFCF0E
RGB
CMYK
RGB Variations
Color information
#BFCF0E (or 0xBFCF0E) is known color: La Rioja. HEX triplet: BF, CF and 0E. RGB value is (191,207,14). Sum of RGB (Red+Green+Blue) = 191+207+14=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF0E is #4030F1. Grayscale: #B4B4B4. Windows color (decimal): -4206834 or 970687. OLE color: 970687.
HSL color Cylindrical-coordinate representation of color #BFCF0E: hue angle of 64.97º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFCF0E is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 14 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.19 |
| HSL | 64.97º | 0.87% | 0.43% | - |
| HSV(B) | 64.97º | 0.93% | 0.81% | - |
| XYZ | 43.88 | 55.73 | 8.86 | - |
| YUV | 180.21 | 34.2 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 14 | 0.08 | 0 | 0.93 | 0.19 | 64.97 | 0.87 | 0.43 |
| Hex | BF | CF | E | 8 | 0 | 5D | 13 | 41 | 57 | 2B |
| Octal | 277 | 317 | 16 | 10 | 0 | 135 | 23 | 101 | 127 | 53 |
| Binary | 10111111 | 11001111 | 1110 | 1000 | 0 | 1011101 | 10011 | 1000001 | 1010111 | 101011 |
Color Harmonies of #BFCF0E
Complementary color
Monochromatic Colors of #BFCF0E
Black with #BFCF0E
Text Example
Text Example
White with #BFCF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF0E; }
p { color: rgb(191,207,14); }
H1.HeaderClassName
{
color: #BFCF0E;
}
.AnyTagClassName
{
color: #BFCF0E;
}
</style>
background-color css
<style>
a { background-color: #BFCF0E; }
a { background-color: rgb(191,207,14); }
div.DivClassName
{
background-color: #BFCF0E;
}
.BgClassName
{
background-color: #BFCF0E;
}
</style>
border-color css
<style>
span { border-color: #BFCF0E; }
span { border-color: rgb(191,207,14); }
td.TdClassName
{
border-color: #BFCF0E;
}
.TagClassName
{
border-color: #BFCF0E;
}
</style>