Shades of La Rioja #BFB711
Tints of La Rioja #BFB711
RGB
CMYK
RGB Variations
Color information
#BFB711 (or 0xBFB711) is known color: La Rioja. HEX triplet: BF, B7 and 11. RGB value is (191,183,17). Sum of RGB (Red+Green+Blue) = 191+183+17=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB711 is #4048EE. Grayscale: #A7A7A7. Windows color (decimal): -4212975 or 1161151. OLE color: 1161151.
HSL color Cylindrical-coordinate representation of color #BFB711: hue angle of 57.24º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFB711 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 17 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.25 |
| HSL | 57.24º | 0.84% | 0.41% | - |
| HSV(B) | 57.24º | 0.91% | 0.75% | - |
| XYZ | 38.52 | 44.98 | 7.18 | - |
| YUV | 166.47 | 43.65 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 17 | 0 | 0.04 | 0.91 | 0.25 | 57.24 | 0.84 | 0.41 |
| Hex | BF | B7 | 11 | 0 | 4 | 5B | 19 | 39 | 54 | 29 |
| Octal | 277 | 267 | 21 | 0 | 4 | 133 | 31 | 71 | 124 | 51 |
| Binary | 10111111 | 10110111 | 10001 | 0 | 100 | 1011011 | 11001 | 111001 | 1010100 | 101001 |
Color Harmonies of #BFB711
Complementary color
Monochromatic Colors of #BFB711
Black with #BFB711
Text Example
Text Example
White with #BFB711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB711; }
p { color: rgb(191,183,17); }
H1.HeaderClassName
{
color: #BFB711;
}
.AnyTagClassName
{
color: #BFB711;
}
</style>
background-color css
<style>
a { background-color: #BFB711; }
a { background-color: rgb(191,183,17); }
div.DivClassName
{
background-color: #BFB711;
}
.BgClassName
{
background-color: #BFB711;
}
</style>
border-color css
<style>
span { border-color: #BFB711; }
span { border-color: rgb(191,183,17); }
td.TdClassName
{
border-color: #BFB711;
}
.TagClassName
{
border-color: #BFB711;
}
</style>