Shades of La Rioja #BFC310
Tints of La Rioja #BFC310
RGB
CMYK
RGB Variations
Color information
#BFC310 (or 0xBFC310) is known color: La Rioja. HEX triplet: BF, C3 and 10. RGB value is (191,195,16). Sum of RGB (Red+Green+Blue) = 191+195+16=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC310 is #403CEF. Grayscale: #AEAEAE. Windows color (decimal): -4209904 or 1098687. OLE color: 1098687.
HSL color Cylindrical-coordinate representation of color #BFC310: hue angle of 61.34º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFC310 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 16 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.24 |
| HSL | 61.34º | 0.85% | 0.41% | - |
| HSV(B) | 61.34º | 0.92% | 0.76% | - |
| XYZ | 41.09 | 50.14 | 8 | - |
| YUV | 173.4 | 39.17 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 16 | 0.02 | 0 | 0.92 | 0.24 | 61.34 | 0.85 | 0.41 |
| Hex | BF | C3 | 10 | 2 | 0 | 5C | 18 | 3D | 55 | 29 |
| Octal | 277 | 303 | 20 | 2 | 0 | 134 | 30 | 75 | 125 | 51 |
| Binary | 10111111 | 11000011 | 10000 | 10 | 0 | 1011100 | 11000 | 111101 | 1010101 | 101001 |
Color Harmonies of #BFC310
Complementary color
Monochromatic Colors of #BFC310
Black with #BFC310
Text Example
Text Example
White with #BFC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC310; }
p { color: rgb(191,195,16); }
H1.HeaderClassName
{
color: #BFC310;
}
.AnyTagClassName
{
color: #BFC310;
}
</style>
background-color css
<style>
a { background-color: #BFC310; }
a { background-color: rgb(191,195,16); }
div.DivClassName
{
background-color: #BFC310;
}
.BgClassName
{
background-color: #BFC310;
}
</style>
border-color css
<style>
span { border-color: #BFC310; }
span { border-color: rgb(191,195,16); }
td.TdClassName
{
border-color: #BFC310;
}
.TagClassName
{
border-color: #BFC310;
}
</style>