Shades of La Rioja #BFB919
Tints of La Rioja #BFB919
RGB
CMYK
RGB Variations
Color information
#BFB919 (or 0xBFB919) is known color: La Rioja. HEX triplet: BF, B9 and 19. RGB value is (191,185,25). Sum of RGB (Red+Green+Blue) = 191+185+25=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB919 is #4046E6. Grayscale: #A9A9A9. Windows color (decimal): -4212455 or 1685951. OLE color: 1685951.
HSL color Cylindrical-coordinate representation of color #BFB919: hue angle of 57.83º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFB919 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 25 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.25 |
| HSL | 57.83º | 0.77% | 0.42% | - |
| HSV(B) | 57.83º | 0.87% | 0.75% | - |
| XYZ | 39.01 | 45.84 | 7.71 | - |
| YUV | 168.55 | 46.99 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 25 | 0 | 0.03 | 0.87 | 0.25 | 57.83 | 0.77 | 0.42 |
| Hex | BF | B9 | 19 | 0 | 3 | 57 | 19 | 3A | 4D | 2A |
| Octal | 277 | 271 | 31 | 0 | 3 | 127 | 31 | 72 | 115 | 52 |
| Binary | 10111111 | 10111001 | 11001 | 0 | 11 | 1010111 | 11001 | 111010 | 1001101 | 101010 |
Color Harmonies of #BFB919
Complementary color
Monochromatic Colors of #BFB919
Black with #BFB919
Text Example
Text Example
White with #BFB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB919; }
p { color: rgb(191,185,25); }
H1.HeaderClassName
{
color: #BFB919;
}
.AnyTagClassName
{
color: #BFB919;
}
</style>
background-color css
<style>
a { background-color: #BFB919; }
a { background-color: rgb(191,185,25); }
div.DivClassName
{
background-color: #BFB919;
}
.BgClassName
{
background-color: #BFB919;
}
</style>
border-color css
<style>
span { border-color: #BFB919; }
span { border-color: rgb(191,185,25); }
td.TdClassName
{
border-color: #BFB919;
}
.TagClassName
{
border-color: #BFB919;
}
</style>