Shades of La Rioja #BFBB10
Tints of La Rioja #BFBB10
RGB
CMYK
RGB Variations
Color information
#BFBB10 (or 0xBFBB10) is known color: La Rioja. HEX triplet: BF, BB and 10. RGB value is (191,187,16). Sum of RGB (Red+Green+Blue) = 191+187+16=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBB10 is #4044EF. Grayscale: #A9A9A9. Windows color (decimal): -4211952 or 1096639. OLE color: 1096639.
HSL color Cylindrical-coordinate representation of color #BFBB10: hue angle of 58.63º 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 #BFBB10 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 16 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.25 |
| HSL | 58.63º | 0.85% | 0.41% | - |
| HSV(B) | 58.63º | 0.92% | 0.75% | - |
| XYZ | 39.35 | 46.65 | 7.42 | - |
| YUV | 168.7 | 41.83 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 16 | 0 | 0.02 | 0.92 | 0.25 | 58.63 | 0.85 | 0.41 |
| Hex | BF | BB | 10 | 0 | 2 | 5C | 19 | 3B | 55 | 29 |
| Octal | 277 | 273 | 20 | 0 | 2 | 134 | 31 | 73 | 125 | 51 |
| Binary | 10111111 | 10111011 | 10000 | 0 | 10 | 1011100 | 11001 | 111011 | 1010101 | 101001 |
Color Harmonies of #BFBB10
Complementary color
Monochromatic Colors of #BFBB10
Black with #BFBB10
Text Example
Text Example
White with #BFBB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB10; }
p { color: rgb(191,187,16); }
H1.HeaderClassName
{
color: #BFBB10;
}
.AnyTagClassName
{
color: #BFBB10;
}
</style>
background-color css
<style>
a { background-color: #BFBB10; }
a { background-color: rgb(191,187,16); }
div.DivClassName
{
background-color: #BFBB10;
}
.BgClassName
{
background-color: #BFBB10;
}
</style>
border-color css
<style>
span { border-color: #BFBB10; }
span { border-color: rgb(191,187,16); }
td.TdClassName
{
border-color: #BFBB10;
}
.TagClassName
{
border-color: #BFBB10;
}
</style>