Shades of La Rioja #BFBB11
Tints of La Rioja #BFBB11
RGB
CMYK
RGB Variations
Color information
#BFBB11 (or 0xBFBB11) is known color: La Rioja. HEX triplet: BF, BB and 11. RGB value is (191,187,17). Sum of RGB (Red+Green+Blue) = 191+187+17=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBB11 is #4044EE. Grayscale: #A9A9A9. Windows color (decimal): -4211951 or 1162175. OLE color: 1162175.
HSL color Cylindrical-coordinate representation of color #BFBB11: hue angle of 58.62º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFBB11 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 17 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.25 |
| HSL | 58.62º | 0.84% | 0.41% | - |
| HSV(B) | 58.62º | 0.91% | 0.75% | - |
| XYZ | 39.36 | 46.66 | 7.46 | - |
| YUV | 168.82 | 42.33 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 17 | 0 | 0.02 | 0.91 | 0.25 | 58.62 | 0.84 | 0.41 |
| Hex | BF | BB | 11 | 0 | 2 | 5B | 19 | 3B | 54 | 29 |
| Octal | 277 | 273 | 21 | 0 | 2 | 133 | 31 | 73 | 124 | 51 |
| Binary | 10111111 | 10111011 | 10001 | 0 | 10 | 1011011 | 11001 | 111011 | 1010100 | 101001 |
Color Harmonies of #BFBB11
Complementary color
Monochromatic Colors of #BFBB11
Black with #BFBB11
Text Example
Text Example
White with #BFBB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB11; }
p { color: rgb(191,187,17); }
H1.HeaderClassName
{
color: #BFBB11;
}
.AnyTagClassName
{
color: #BFBB11;
}
</style>
background-color css
<style>
a { background-color: #BFBB11; }
a { background-color: rgb(191,187,17); }
div.DivClassName
{
background-color: #BFBB11;
}
.BgClassName
{
background-color: #BFBB11;
}
</style>
border-color css
<style>
span { border-color: #BFBB11; }
span { border-color: rgb(191,187,17); }
td.TdClassName
{
border-color: #BFBB11;
}
.TagClassName
{
border-color: #BFBB11;
}
</style>