Shades of La Rioja #BFBB14
Tints of La Rioja #BFBB14
RGB
CMYK
RGB Variations
Color information
#BFBB14 (or 0xBFBB14) is known color: La Rioja. HEX triplet: BF, BB and 14. RGB value is (191,187,20). Sum of RGB (Red+Green+Blue) = 191+187+20=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBB14 is #4044EB. Grayscale: #A9A9A9. Windows color (decimal): -4211948 or 1358783. OLE color: 1358783.
HSL color Cylindrical-coordinate representation of color #BFBB14: hue angle of 58.6º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFBB14 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 20 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.25 |
| HSL | 58.6º | 0.81% | 0.41% | - |
| HSV(B) | 58.6º | 0.9% | 0.75% | - |
| XYZ | 39.38 | 46.67 | 7.59 | - |
| YUV | 169.16 | 43.83 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 20 | 0 | 0.02 | 0.90 | 0.25 | 58.6 | 0.81 | 0.41 |
| Hex | BF | BB | 14 | 0 | 2 | 5A | 19 | 3B | 51 | 29 |
| Octal | 277 | 273 | 24 | 0 | 2 | 132 | 31 | 73 | 121 | 51 |
| Binary | 10111111 | 10111011 | 10100 | 0 | 10 | 1011010 | 11001 | 111011 | 1010001 | 101001 |
Color Harmonies of #BFBB14
Complementary color
Monochromatic Colors of #BFBB14
Black with #BFBB14
Text Example
Text Example
White with #BFBB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB14; }
p { color: rgb(191,187,20); }
H1.HeaderClassName
{
color: #BFBB14;
}
.AnyTagClassName
{
color: #BFBB14;
}
</style>
background-color css
<style>
a { background-color: #BFBB14; }
a { background-color: rgb(191,187,20); }
div.DivClassName
{
background-color: #BFBB14;
}
.BgClassName
{
background-color: #BFBB14;
}
</style>
border-color css
<style>
span { border-color: #BFBB14; }
span { border-color: rgb(191,187,20); }
td.TdClassName
{
border-color: #BFBB14;
}
.TagClassName
{
border-color: #BFBB14;
}
</style>