Shades of La Rioja #BFB510
Tints of La Rioja #BFB510
RGB
CMYK
RGB Variations
Color information
#BFB510 (or 0xBFB510) is known color: La Rioja. HEX triplet: BF, B5 and 10. RGB value is (191,181,16). Sum of RGB (Red+Green+Blue) = 191+181+16=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB510 is #404AEF. Grayscale: #A5A5A5. Windows color (decimal): -4213488 or 1095103. OLE color: 1095103.
HSL color Cylindrical-coordinate representation of color #BFB510: hue angle of 56.57º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFB510 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 16 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.25 |
| HSL | 56.57º | 0.85% | 0.41% | - |
| HSV(B) | 56.57º | 0.92% | 0.75% | - |
| XYZ | 38.1 | 44.16 | 7.01 | - |
| YUV | 165.18 | 43.81 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 16 | 0 | 0.05 | 0.92 | 0.25 | 56.57 | 0.85 | 0.41 |
| Hex | BF | B5 | 10 | 0 | 5 | 5C | 19 | 39 | 55 | 29 |
| Octal | 277 | 265 | 20 | 0 | 5 | 134 | 31 | 71 | 125 | 51 |
| Binary | 10111111 | 10110101 | 10000 | 0 | 101 | 1011100 | 11001 | 111001 | 1010101 | 101001 |
Color Harmonies of #BFB510
Complementary color
Monochromatic Colors of #BFB510
Black with #BFB510
Text Example
Text Example
White with #BFB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB510; }
p { color: rgb(191,181,16); }
H1.HeaderClassName
{
color: #BFB510;
}
.AnyTagClassName
{
color: #BFB510;
}
</style>
background-color css
<style>
a { background-color: #BFB510; }
a { background-color: rgb(191,181,16); }
div.DivClassName
{
background-color: #BFB510;
}
.BgClassName
{
background-color: #BFB510;
}
</style>
border-color css
<style>
span { border-color: #BFB510; }
span { border-color: rgb(191,181,16); }
td.TdClassName
{
border-color: #BFB510;
}
.TagClassName
{
border-color: #BFB510;
}
</style>