Shades of La Rioja #BFCF0C
Tints of La Rioja #BFCF0C
RGB
CMYK
RGB Variations
Color information
#BFCF0C (or 0xBFCF0C) is known color: La Rioja. HEX triplet: BF, CF and 0C. RGB value is (191,207,12). Sum of RGB (Red+Green+Blue) = 191+207+12=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF0C is #4030F3. Grayscale: #B4B4B4. Windows color (decimal): -4206836 or 839615. OLE color: 839615.
HSL color Cylindrical-coordinate representation of color #BFCF0C: hue angle of 64.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFCF0C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 12 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.19 |
| HSL | 64.92º | 0.89% | 0.43% | - |
| HSV(B) | 64.92º | 0.94% | 0.81% | - |
| XYZ | 43.87 | 55.73 | 8.79 | - |
| YUV | 179.99 | 33.2 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 12 | 0.08 | 0 | 0.94 | 0.19 | 64.92 | 0.89 | 0.43 |
| Hex | BF | CF | C | 8 | 0 | 5E | 13 | 41 | 59 | 2B |
| Octal | 277 | 317 | 14 | 10 | 0 | 136 | 23 | 101 | 131 | 53 |
| Binary | 10111111 | 11001111 | 1100 | 1000 | 0 | 1011110 | 10011 | 1000001 | 1011001 | 101011 |
Color Harmonies of #BFCF0C
Complementary color
Monochromatic Colors of #BFCF0C
Black with #BFCF0C
Text Example
Text Example
White with #BFCF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF0C; }
p { color: rgb(191,207,12); }
H1.HeaderClassName
{
color: #BFCF0C;
}
.AnyTagClassName
{
color: #BFCF0C;
}
</style>
background-color css
<style>
a { background-color: #BFCF0C; }
a { background-color: rgb(191,207,12); }
div.DivClassName
{
background-color: #BFCF0C;
}
.BgClassName
{
background-color: #BFCF0C;
}
</style>
border-color css
<style>
span { border-color: #BFCF0C; }
span { border-color: rgb(191,207,12); }
td.TdClassName
{
border-color: #BFCF0C;
}
.TagClassName
{
border-color: #BFCF0C;
}
</style>