Shades of La Rioja #BFBD00
Tints of La Rioja #BFBD00
RGB
CMYK
RGB Variations
Color information
#BFBD00 (or 0xBFBD00) is known color: La Rioja. HEX triplet: BF, BD and 00. RGB value is (191,189,0). Sum of RGB (Red+Green+Blue) = 191+189+0=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBD00 is #4042FF. Grayscale: #A8A8A8. Windows color (decimal): -4211456 or 48575. OLE color: 48575.
HSL color Cylindrical-coordinate representation of color #BFBD00: hue angle of 59.37º 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 #BFBD00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.25 |
| HSL | 59.37º | 1% | 0.37% | - |
| HSV(B) | 59.37º | 1% | 0.75% | - |
| XYZ | 39.68 | 47.47 | 7.07 | - |
| YUV | 168.05 | 33.16 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 0 | 0 | 0.01 | 1 | 0.25 | 59.37 | 1 | 0.37 |
| Hex | BF | BD | 0 | 0 | 1 | 64 | 19 | 3B | 64 | 25 |
| Octal | 277 | 275 | 0 | 0 | 1 | 144 | 31 | 73 | 144 | 45 |
| Binary | 10111111 | 10111101 | 0 | 0 | 1 | 1100100 | 11001 | 111011 | 1100100 | 100101 |
Color Harmonies of #BFBD00
Complementary color
Monochromatic Colors of #BFBD00
Black with #BFBD00
Text Example
Text Example
White with #BFBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD00; }
p { color: rgb(191,189,0); }
H1.HeaderClassName
{
color: #BFBD00;
}
.AnyTagClassName
{
color: #BFBD00;
}
</style>
background-color css
<style>
a { background-color: #BFBD00; }
a { background-color: rgb(191,189,0); }
div.DivClassName
{
background-color: #BFBD00;
}
.BgClassName
{
background-color: #BFBD00;
}
</style>
border-color css
<style>
span { border-color: #BFBD00; }
span { border-color: rgb(191,189,0); }
td.TdClassName
{
border-color: #BFBD00;
}
.TagClassName
{
border-color: #BFBD00;
}
</style>