Shades of La Rioja #BFC313
Tints of La Rioja #BFC313
RGB
CMYK
RGB Variations
Color information
#BFC313 (or 0xBFC313) is known color: La Rioja. HEX triplet: BF, C3 and 13. RGB value is (191,195,19). Sum of RGB (Red+Green+Blue) = 191+195+19=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC313 is #403CEC. Grayscale: #AEAEAE. Windows color (decimal): -4209901 or 1295295. OLE color: 1295295.
HSL color Cylindrical-coordinate representation of color #BFC313: hue angle of 61.36º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFC313 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 19 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.24 |
| HSL | 61.36º | 0.82% | 0.42% | - |
| HSV(B) | 61.36º | 0.9% | 0.76% | - |
| XYZ | 41.12 | 50.15 | 8.13 | - |
| YUV | 173.74 | 40.67 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 19 | 0.02 | 0 | 0.90 | 0.24 | 61.36 | 0.82 | 0.42 |
| Hex | BF | C3 | 13 | 2 | 0 | 5A | 18 | 3D | 52 | 2A |
| Octal | 277 | 303 | 23 | 2 | 0 | 132 | 30 | 75 | 122 | 52 |
| Binary | 10111111 | 11000011 | 10011 | 10 | 0 | 1011010 | 11000 | 111101 | 1010010 | 101010 |
Color Harmonies of #BFC313
Complementary color
Monochromatic Colors of #BFC313
Black with #BFC313
Text Example
Text Example
White with #BFC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC313; }
p { color: rgb(191,195,19); }
H1.HeaderClassName
{
color: #BFC313;
}
.AnyTagClassName
{
color: #BFC313;
}
</style>
background-color css
<style>
a { background-color: #BFC313; }
a { background-color: rgb(191,195,19); }
div.DivClassName
{
background-color: #BFC313;
}
.BgClassName
{
background-color: #BFC313;
}
</style>
border-color css
<style>
span { border-color: #BFC313; }
span { border-color: rgb(191,195,19); }
td.TdClassName
{
border-color: #BFC313;
}
.TagClassName
{
border-color: #BFC313;
}
</style>