Shades of La Rioja #BFBC0F
Tints of La Rioja #BFBC0F
RGB
CMYK
RGB Variations
Color information
#BFBC0F (or 0xBFBC0F) is known color: La Rioja. HEX triplet: BF, BC and 0F. RGB value is (191,188,15). Sum of RGB (Red+Green+Blue) = 191+188+15=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC0F is #4043F0. Grayscale: #A9A9A9. Windows color (decimal): -4211697 or 1031359. OLE color: 1031359.
HSL color Cylindrical-coordinate representation of color #BFBC0F: hue angle of 58.98º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFBC0F is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 15 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.25 |
| HSL | 58.98º | 0.85% | 0.4% | - |
| HSV(B) | 58.98º | 0.92% | 0.75% | - |
| XYZ | 39.56 | 47.08 | 7.45 | - |
| YUV | 169.18 | 40.99 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 15 | 0 | 0.02 | 0.92 | 0.25 | 58.98 | 0.85 | 0.4 |
| Hex | BF | BC | F | 0 | 2 | 5C | 19 | 3B | 55 | 28 |
| Octal | 277 | 274 | 17 | 0 | 2 | 134 | 31 | 73 | 125 | 50 |
| Binary | 10111111 | 10111100 | 1111 | 0 | 10 | 1011100 | 11001 | 111011 | 1010101 | 101000 |
Color Harmonies of #BFBC0F
Complementary color
Monochromatic Colors of #BFBC0F
Black with #BFBC0F
Text Example
Text Example
White with #BFBC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC0F; }
p { color: rgb(191,188,15); }
H1.HeaderClassName
{
color: #BFBC0F;
}
.AnyTagClassName
{
color: #BFBC0F;
}
</style>
background-color css
<style>
a { background-color: #BFBC0F; }
a { background-color: rgb(191,188,15); }
div.DivClassName
{
background-color: #BFBC0F;
}
.BgClassName
{
background-color: #BFBC0F;
}
</style>
border-color css
<style>
span { border-color: #BFBC0F; }
span { border-color: rgb(191,188,15); }
td.TdClassName
{
border-color: #BFBC0F;
}
.TagClassName
{
border-color: #BFBC0F;
}
</style>