Shades of La Rioja #BFB500
Tints of La Rioja #BFB500
RGB
CMYK
RGB Variations
Color information
#BFB500 (or 0xBFB500) is known color: La Rioja. HEX triplet: BF, B5 and 00. RGB value is (191,181,0). Sum of RGB (Red+Green+Blue) = 191+181+0=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB500 is #404AFF. Grayscale: #A4A4A4. Windows color (decimal): -4213504 or 46527. OLE color: 46527.
HSL color Cylindrical-coordinate representation of color #BFB500: hue angle of 56.86º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFB500 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.25 |
| HSL | 56.86º | 1% | 0.37% | - |
| HSV(B) | 56.86º | 1% | 0.75% | - |
| XYZ | 38.01 | 44.12 | 6.51 | - |
| YUV | 163.36 | 35.81 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 0 | 0 | 0.05 | 1 | 0.25 | 56.86 | 1 | 0.37 |
| Hex | BF | B5 | 0 | 0 | 5 | 64 | 19 | 39 | 64 | 25 |
| Octal | 277 | 265 | 0 | 0 | 5 | 144 | 31 | 71 | 144 | 45 |
| Binary | 10111111 | 10110101 | 0 | 0 | 101 | 1100100 | 11001 | 111001 | 1100100 | 100101 |
Color Harmonies of #BFB500
Complementary color
Monochromatic Colors of #BFB500
Black with #BFB500
Text Example
Text Example
White with #BFB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB500; }
p { color: rgb(191,181,0); }
H1.HeaderClassName
{
color: #BFB500;
}
.AnyTagClassName
{
color: #BFB500;
}
</style>
background-color css
<style>
a { background-color: #BFB500; }
a { background-color: rgb(191,181,0); }
div.DivClassName
{
background-color: #BFB500;
}
.BgClassName
{
background-color: #BFB500;
}
</style>
border-color css
<style>
span { border-color: #BFB500; }
span { border-color: rgb(191,181,0); }
td.TdClassName
{
border-color: #BFB500;
}
.TagClassName
{
border-color: #BFB500;
}
</style>