Shades of La Rioja #BFB90F
Tints of La Rioja #BFB90F
RGB
CMYK
RGB Variations
Color information
#BFB90F (or 0xBFB90F) is known color: La Rioja. HEX triplet: BF, B9 and 0F. RGB value is (191,185,15). Sum of RGB (Red+Green+Blue) = 191+185+15=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB90F is #4046F0. Grayscale: #A8A8A8. Windows color (decimal): -4212465 or 1030591. OLE color: 1030591.
HSL color Cylindrical-coordinate representation of color #BFB90F: hue angle of 57.95º 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 #BFB90F is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 15 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.25 |
| HSL | 57.95º | 0.85% | 0.4% | - |
| HSV(B) | 57.95º | 0.92% | 0.75% | - |
| XYZ | 38.92 | 45.81 | 7.24 | - |
| YUV | 167.41 | 41.99 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 15 | 0 | 0.03 | 0.92 | 0.25 | 57.95 | 0.85 | 0.4 |
| Hex | BF | B9 | F | 0 | 3 | 5C | 19 | 3A | 55 | 28 |
| Octal | 277 | 271 | 17 | 0 | 3 | 134 | 31 | 72 | 125 | 50 |
| Binary | 10111111 | 10111001 | 1111 | 0 | 11 | 1011100 | 11001 | 111010 | 1010101 | 101000 |
Color Harmonies of #BFB90F
Complementary color
Monochromatic Colors of #BFB90F
Black with #BFB90F
Text Example
Text Example
White with #BFB90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB90F; }
p { color: rgb(191,185,15); }
H1.HeaderClassName
{
color: #BFB90F;
}
.AnyTagClassName
{
color: #BFB90F;
}
</style>
background-color css
<style>
a { background-color: #BFB90F; }
a { background-color: rgb(191,185,15); }
div.DivClassName
{
background-color: #BFB90F;
}
.BgClassName
{
background-color: #BFB90F;
}
</style>
border-color css
<style>
span { border-color: #BFB90F; }
span { border-color: rgb(191,185,15); }
td.TdClassName
{
border-color: #BFB90F;
}
.TagClassName
{
border-color: #BFB90F;
}
</style>