Shades of La Rioja #BFBD15
Tints of La Rioja #BFBD15
RGB
CMYK
RGB Variations
Color information
#BFBD15 (or 0xBFBD15) is known color: La Rioja. HEX triplet: BF, BD and 15. RGB value is (191,189,21). Sum of RGB (Red+Green+Blue) = 191+189+21=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBD15 is #4042EA. Grayscale: #ABABAB. Windows color (decimal): -4211435 or 1424831. OLE color: 1424831.
HSL color Cylindrical-coordinate representation of color #BFBD15: hue angle of 59.29º 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 #BFBD15 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 21 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.25 |
| HSL | 59.29º | 0.8% | 0.42% | - |
| HSV(B) | 59.29º | 0.89% | 0.75% | - |
| XYZ | 39.82 | 47.53 | 7.78 | - |
| YUV | 170.45 | 43.66 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 21 | 0 | 0.01 | 0.89 | 0.25 | 59.29 | 0.8 | 0.42 |
| Hex | BF | BD | 15 | 0 | 1 | 59 | 19 | 3B | 50 | 2A |
| Octal | 277 | 275 | 25 | 0 | 1 | 131 | 31 | 73 | 120 | 52 |
| Binary | 10111111 | 10111101 | 10101 | 0 | 1 | 1011001 | 11001 | 111011 | 1010000 | 101010 |
Color Harmonies of #BFBD15
Complementary color
Monochromatic Colors of #BFBD15
Black with #BFBD15
Text Example
Text Example
White with #BFBD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD15; }
p { color: rgb(191,189,21); }
H1.HeaderClassName
{
color: #BFBD15;
}
.AnyTagClassName
{
color: #BFBD15;
}
</style>
background-color css
<style>
a { background-color: #BFBD15; }
a { background-color: rgb(191,189,21); }
div.DivClassName
{
background-color: #BFBD15;
}
.BgClassName
{
background-color: #BFBD15;
}
</style>
border-color css
<style>
span { border-color: #BFBD15; }
span { border-color: rgb(191,189,21); }
td.TdClassName
{
border-color: #BFBD15;
}
.TagClassName
{
border-color: #BFBD15;
}
</style>