Shades of La Rioja #BFB70F
Tints of La Rioja #BFB70F
RGB
CMYK
RGB Variations
Color information
#BFB70F (or 0xBFB70F) is known color: La Rioja. HEX triplet: BF, B7 and 0F. RGB value is (191,183,15). Sum of RGB (Red+Green+Blue) = 191+183+15=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB70F is #4048F0. Grayscale: #A6A6A6. Windows color (decimal): -4212977 or 1030079. OLE color: 1030079.
HSL color Cylindrical-coordinate representation of color #BFB70F: hue angle of 57.27º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFB70F is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 15 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.25 |
| HSL | 57.27º | 0.85% | 0.4% | - |
| HSV(B) | 57.27º | 0.92% | 0.75% | - |
| XYZ | 38.51 | 44.98 | 7.1 | - |
| YUV | 166.24 | 42.65 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 15 | 0 | 0.04 | 0.92 | 0.25 | 57.27 | 0.85 | 0.4 |
| Hex | BF | B7 | F | 0 | 4 | 5C | 19 | 39 | 55 | 28 |
| Octal | 277 | 267 | 17 | 0 | 4 | 134 | 31 | 71 | 125 | 50 |
| Binary | 10111111 | 10110111 | 1111 | 0 | 100 | 1011100 | 11001 | 111001 | 1010101 | 101000 |
Color Harmonies of #BFB70F
Complementary color
Monochromatic Colors of #BFB70F
Black with #BFB70F
Text Example
Text Example
White with #BFB70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB70F; }
p { color: rgb(191,183,15); }
H1.HeaderClassName
{
color: #BFB70F;
}
.AnyTagClassName
{
color: #BFB70F;
}
</style>
background-color css
<style>
a { background-color: #BFB70F; }
a { background-color: rgb(191,183,15); }
div.DivClassName
{
background-color: #BFB70F;
}
.BgClassName
{
background-color: #BFB70F;
}
</style>
border-color css
<style>
span { border-color: #BFB70F; }
span { border-color: rgb(191,183,15); }
td.TdClassName
{
border-color: #BFB70F;
}
.TagClassName
{
border-color: #BFB70F;
}
</style>