Shades of La Rioja #BFB515
Tints of La Rioja #BFB515
RGB
CMYK
RGB Variations
Color information
#BFB515 (or 0xBFB515) is known color: La Rioja. HEX triplet: BF, B5 and 15. RGB value is (191,181,21). Sum of RGB (Red+Green+Blue) = 191+181+21=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB515 is #404AEA. Grayscale: #A6A6A6. Windows color (decimal): -4213483 or 1422783. OLE color: 1422783.
HSL color Cylindrical-coordinate representation of color #BFB515: hue angle of 56.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFB515 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 21 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.25 |
| HSL | 56.47º | 0.8% | 0.42% | - |
| HSV(B) | 56.47º | 0.89% | 0.75% | - |
| XYZ | 38.15 | 44.18 | 7.23 | - |
| YUV | 165.75 | 46.31 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 21 | 0 | 0.05 | 0.89 | 0.25 | 56.47 | 0.8 | 0.42 |
| Hex | BF | B5 | 15 | 0 | 5 | 59 | 19 | 38 | 50 | 2A |
| Octal | 277 | 265 | 25 | 0 | 5 | 131 | 31 | 70 | 120 | 52 |
| Binary | 10111111 | 10110101 | 10101 | 0 | 101 | 1011001 | 11001 | 111000 | 1010000 | 101010 |
Color Harmonies of #BFB515
Complementary color
Monochromatic Colors of #BFB515
Black with #BFB515
Text Example
Text Example
White with #BFB515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB515; }
p { color: rgb(191,181,21); }
H1.HeaderClassName
{
color: #BFB515;
}
.AnyTagClassName
{
color: #BFB515;
}
</style>
background-color css
<style>
a { background-color: #BFB515; }
a { background-color: rgb(191,181,21); }
div.DivClassName
{
background-color: #BFB515;
}
.BgClassName
{
background-color: #BFB515;
}
</style>
border-color css
<style>
span { border-color: #BFB515; }
span { border-color: rgb(191,181,21); }
td.TdClassName
{
border-color: #BFB515;
}
.TagClassName
{
border-color: #BFB515;
}
</style>