Shades of La Rioja #BFC00E
Tints of La Rioja #BFC00E
RGB
CMYK
RGB Variations
Color information
#BFC00E (or 0xBFC00E) is known color: La Rioja. HEX triplet: BF, C0 and 0E. RGB value is (191,192,14). Sum of RGB (Red+Green+Blue) = 191+192+14=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC00E is #403FF1. Grayscale: #ACACAC. Windows color (decimal): -4210674 or 966847. OLE color: 966847.
HSL color Cylindrical-coordinate representation of color #BFC00E: hue angle of 60.34º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFC00E is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 14 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.25 |
| HSL | 60.34º | 0.86% | 0.4% | - |
| HSV(B) | 60.34º | 0.93% | 0.75% | - |
| XYZ | 40.41 | 48.81 | 7.71 | - |
| YUV | 171.41 | 39.17 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 14 | 0.01 | 0 | 0.93 | 0.25 | 60.34 | 0.86 | 0.4 |
| Hex | BF | C0 | E | 1 | 0 | 5D | 19 | 3C | 56 | 28 |
| Octal | 277 | 300 | 16 | 1 | 0 | 135 | 31 | 74 | 126 | 50 |
| Binary | 10111111 | 11000000 | 1110 | 1 | 0 | 1011101 | 11001 | 111100 | 1010110 | 101000 |
Color Harmonies of #BFC00E
Complementary color
Monochromatic Colors of #BFC00E
Black with #BFC00E
Text Example
Text Example
White with #BFC00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC00E; }
p { color: rgb(191,192,14); }
H1.HeaderClassName
{
color: #BFC00E;
}
.AnyTagClassName
{
color: #BFC00E;
}
</style>
background-color css
<style>
a { background-color: #BFC00E; }
a { background-color: rgb(191,192,14); }
div.DivClassName
{
background-color: #BFC00E;
}
.BgClassName
{
background-color: #BFC00E;
}
</style>
border-color css
<style>
span { border-color: #BFC00E; }
span { border-color: rgb(191,192,14); }
td.TdClassName
{
border-color: #BFC00E;
}
.TagClassName
{
border-color: #BFC00E;
}
</style>