Shades of La Rioja #BFBB00
Tints of La Rioja #BFBB00
RGB
CMYK
RGB Variations
Color information
#BFBB00 (or 0xBFBB00) is known color: La Rioja. HEX triplet: BF, BB and 00. RGB value is (191,187,0). Sum of RGB (Red+Green+Blue) = 191+187+0=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBB00 is #4044FF. Grayscale: #A7A7A7. Windows color (decimal): -4211968 or 48063. OLE color: 48063.
HSL color Cylindrical-coordinate representation of color #BFBB00: hue angle of 58.74º 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 #BFBB00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.25 |
| HSL | 58.74º | 1% | 0.37% | - |
| HSV(B) | 58.74º | 1% | 0.75% | - |
| XYZ | 39.26 | 46.62 | 6.93 | - |
| YUV | 166.88 | 33.83 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 0 | 0 | 0.02 | 1 | 0.25 | 58.74 | 1 | 0.37 |
| Hex | BF | BB | 0 | 0 | 2 | 64 | 19 | 3B | 64 | 25 |
| Octal | 277 | 273 | 0 | 0 | 2 | 144 | 31 | 73 | 144 | 45 |
| Binary | 10111111 | 10111011 | 0 | 0 | 10 | 1100100 | 11001 | 111011 | 1100100 | 100101 |
Color Harmonies of #BFBB00
Complementary color
Monochromatic Colors of #BFBB00
Black with #BFBB00
Text Example
Text Example
White with #BFBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB00; }
p { color: rgb(191,187,0); }
H1.HeaderClassName
{
color: #BFBB00;
}
.AnyTagClassName
{
color: #BFBB00;
}
</style>
background-color css
<style>
a { background-color: #BFBB00; }
a { background-color: rgb(191,187,0); }
div.DivClassName
{
background-color: #BFBB00;
}
.BgClassName
{
background-color: #BFBB00;
}
</style>
border-color css
<style>
span { border-color: #BFBB00; }
span { border-color: rgb(191,187,0); }
td.TdClassName
{
border-color: #BFBB00;
}
.TagClassName
{
border-color: #BFBB00;
}
</style>