Shades of La Rioja #BFBF10
Tints of La Rioja #BFBF10
RGB
CMYK
RGB Variations
Color information
#BFBF10 (or 0xBFBF10) is known color: La Rioja. HEX triplet: BF, BF and 10. RGB value is (191,191,16). Sum of RGB (Red+Green+Blue) = 191+191+16=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBF10 is #4040EF. Grayscale: #ABABAB. Windows color (decimal): -4210928 or 1097663. OLE color: 1097663.
HSL color Cylindrical-coordinate representation of color #BFBF10: hue angle of 60º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFBF10 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 191 | 16 | - |
| CMYK | 0 | 0 | 0.92 | 0.25 |
| HSL | 60º | 0.85% | 0.41% | - |
| HSV(B) | 60º | 0.92% | 0.75% | - |
| XYZ | 40.21 | 48.38 | 7.71 | - |
| YUV | 171.05 | 40.5 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 16 | 0 | 0 | 0.92 | 0.25 | 60 | 0.85 | 0.41 |
| Hex | BF | BF | 10 | 0 | 0 | 5C | 19 | 3C | 55 | 29 |
| Octal | 277 | 277 | 20 | 0 | 0 | 134 | 31 | 74 | 125 | 51 |
| Binary | 10111111 | 10111111 | 10000 | 0 | 0 | 1011100 | 11001 | 111100 | 1010101 | 101001 |
Color Harmonies of #BFBF10
Complementary color
Monochromatic Colors of #BFBF10
Black with #BFBF10
Text Example
Text Example
White with #BFBF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBF10; }
p { color: rgb(191,191,16); }
H1.HeaderClassName
{
color: #BFBF10;
}
.AnyTagClassName
{
color: #BFBF10;
}
</style>
background-color css
<style>
a { background-color: #BFBF10; }
a { background-color: rgb(191,191,16); }
div.DivClassName
{
background-color: #BFBF10;
}
.BgClassName
{
background-color: #BFBF10;
}
</style>
border-color css
<style>
span { border-color: #BFBF10; }
span { border-color: rgb(191,191,16); }
td.TdClassName
{
border-color: #BFBF10;
}
.TagClassName
{
border-color: #BFBF10;
}
</style>