Shades of La Rioja #BFBE11
Tints of La Rioja #BFBE11
RGB
CMYK
RGB Variations
Color information
#BFBE11 (or 0xBFBE11) is known color: La Rioja. HEX triplet: BF, BE and 11. RGB value is (191,190,17). Sum of RGB (Red+Green+Blue) = 191+190+17=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBE11 is #4041EE. Grayscale: #ABABAB. Windows color (decimal): -4211183 or 1162943. OLE color: 1162943.
HSL color Cylindrical-coordinate representation of color #BFBE11: hue angle of 59.66º 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 #BFBE11 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 17 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.25 |
| HSL | 59.66º | 0.84% | 0.41% | - |
| HSV(B) | 59.66º | 0.91% | 0.75% | - |
| XYZ | 40 | 47.94 | 7.68 | - |
| YUV | 170.58 | 41.33 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 17 | 0 | 0.01 | 0.91 | 0.25 | 59.66 | 0.84 | 0.41 |
| Hex | BF | BE | 11 | 0 | 1 | 5B | 19 | 3C | 54 | 29 |
| Octal | 277 | 276 | 21 | 0 | 1 | 133 | 31 | 74 | 124 | 51 |
| Binary | 10111111 | 10111110 | 10001 | 0 | 1 | 1011011 | 11001 | 111100 | 1010100 | 101001 |
Color Harmonies of #BFBE11
Complementary color
Monochromatic Colors of #BFBE11
Black with #BFBE11
Text Example
Text Example
White with #BFBE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE11; }
p { color: rgb(191,190,17); }
H1.HeaderClassName
{
color: #BFBE11;
}
.AnyTagClassName
{
color: #BFBE11;
}
</style>
background-color css
<style>
a { background-color: #BFBE11; }
a { background-color: rgb(191,190,17); }
div.DivClassName
{
background-color: #BFBE11;
}
.BgClassName
{
background-color: #BFBE11;
}
</style>
border-color css
<style>
span { border-color: #BFBE11; }
span { border-color: rgb(191,190,17); }
td.TdClassName
{
border-color: #BFBE11;
}
.TagClassName
{
border-color: #BFBE11;
}
</style>