Shades of La Rioja #BFCF0A
Tints of La Rioja #BFCF0A
RGB
CMYK
RGB Variations
Color information
#BFCF0A (or 0xBFCF0A) is known color: La Rioja. HEX triplet: BF, CF and 0A. RGB value is (191,207,10). Sum of RGB (Red+Green+Blue) = 191+207+10=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF0A is #4030F5. Grayscale: #B4B4B4. Windows color (decimal): -4206838 or 708543. OLE color: 708543.
HSL color Cylindrical-coordinate representation of color #BFCF0A: hue angle of 64.87º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFCF0A is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 10 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.19 |
| HSL | 64.87º | 0.91% | 0.43% | - |
| HSV(B) | 64.87º | 0.95% | 0.81% | - |
| XYZ | 43.85 | 55.72 | 8.73 | - |
| YUV | 179.76 | 32.2 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 10 | 0.08 | 0 | 0.95 | 0.19 | 64.87 | 0.91 | 0.43 |
| Hex | BF | CF | A | 8 | 0 | 5F | 13 | 41 | 5B | 2B |
| Octal | 277 | 317 | 12 | 10 | 0 | 137 | 23 | 101 | 133 | 53 |
| Binary | 10111111 | 11001111 | 1010 | 1000 | 0 | 1011111 | 10011 | 1000001 | 1011011 | 101011 |
Color Harmonies of #BFCF0A
Complementary color
Monochromatic Colors of #BFCF0A
Black with #BFCF0A
Text Example
Text Example
White with #BFCF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF0A; }
p { color: rgb(191,207,10); }
H1.HeaderClassName
{
color: #BFCF0A;
}
.AnyTagClassName
{
color: #BFCF0A;
}
</style>
background-color css
<style>
a { background-color: #BFCF0A; }
a { background-color: rgb(191,207,10); }
div.DivClassName
{
background-color: #BFCF0A;
}
.BgClassName
{
background-color: #BFCF0A;
}
</style>
border-color css
<style>
span { border-color: #BFCF0A; }
span { border-color: rgb(191,207,10); }
td.TdClassName
{
border-color: #BFCF0A;
}
.TagClassName
{
border-color: #BFCF0A;
}
</style>