Shades of La Rioja #BFBE15
Tints of La Rioja #BFBE15
RGB
CMYK
RGB Variations
Color information
#BFBE15 (or 0xBFBE15) is known color: La Rioja. HEX triplet: BF, BE and 15. RGB value is (191,190,21). Sum of RGB (Red+Green+Blue) = 191+190+21=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBE15 is #4041EA. Grayscale: #ABABAB. Windows color (decimal): -4211179 or 1425087. OLE color: 1425087.
HSL color Cylindrical-coordinate representation of color #BFBE15: hue angle of 59.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFBE15 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 21 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.25 |
| HSL | 59.65º | 0.8% | 0.42% | - |
| HSV(B) | 59.65º | 0.89% | 0.75% | - |
| XYZ | 40.03 | 47.96 | 7.86 | - |
| YUV | 171.03 | 43.33 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 21 | 0 | 0.01 | 0.89 | 0.25 | 59.65 | 0.8 | 0.42 |
| Hex | BF | BE | 15 | 0 | 1 | 59 | 19 | 3C | 50 | 2A |
| Octal | 277 | 276 | 25 | 0 | 1 | 131 | 31 | 74 | 120 | 52 |
| Binary | 10111111 | 10111110 | 10101 | 0 | 1 | 1011001 | 11001 | 111100 | 1010000 | 101010 |
Color Harmonies of #BFBE15
Complementary color
Monochromatic Colors of #BFBE15
Black with #BFBE15
Text Example
Text Example
White with #BFBE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE15; }
p { color: rgb(191,190,21); }
H1.HeaderClassName
{
color: #BFBE15;
}
.AnyTagClassName
{
color: #BFBE15;
}
</style>
background-color css
<style>
a { background-color: #BFBE15; }
a { background-color: rgb(191,190,21); }
div.DivClassName
{
background-color: #BFBE15;
}
.BgClassName
{
background-color: #BFBE15;
}
</style>
border-color css
<style>
span { border-color: #BFBE15; }
span { border-color: rgb(191,190,21); }
td.TdClassName
{
border-color: #BFBE15;
}
.TagClassName
{
border-color: #BFBE15;
}
</style>