Shades of La Rioja #BFC213
Tints of La Rioja #BFC213
RGB
CMYK
RGB Variations
Color information
#BFC213 (or 0xBFC213) is known color: La Rioja. HEX triplet: BF, C2 and 13. RGB value is (191,194,19). Sum of RGB (Red+Green+Blue) = 191+194+19=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC213 is #403DEC. Grayscale: #ADADAD. Windows color (decimal): -4210157 or 1295039. OLE color: 1295039.
HSL color Cylindrical-coordinate representation of color #BFC213: hue angle of 61.03º 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 #BFC213 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 19 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.24 |
| HSL | 61.03º | 0.82% | 0.42% | - |
| HSV(B) | 61.03º | 0.9% | 0.76% | - |
| XYZ | 40.9 | 49.71 | 8.06 | - |
| YUV | 173.15 | 41.01 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 19 | 0.02 | 0 | 0.90 | 0.24 | 61.03 | 0.82 | 0.42 |
| Hex | BF | C2 | 13 | 2 | 0 | 5A | 18 | 3D | 52 | 2A |
| Octal | 277 | 302 | 23 | 2 | 0 | 132 | 30 | 75 | 122 | 52 |
| Binary | 10111111 | 11000010 | 10011 | 10 | 0 | 1011010 | 11000 | 111101 | 1010010 | 101010 |
Color Harmonies of #BFC213
Complementary color
Monochromatic Colors of #BFC213
Black with #BFC213
Text Example
Text Example
White with #BFC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC213; }
p { color: rgb(191,194,19); }
H1.HeaderClassName
{
color: #BFC213;
}
.AnyTagClassName
{
color: #BFC213;
}
</style>
background-color css
<style>
a { background-color: #BFC213; }
a { background-color: rgb(191,194,19); }
div.DivClassName
{
background-color: #BFC213;
}
.BgClassName
{
background-color: #BFC213;
}
</style>
border-color css
<style>
span { border-color: #BFC213; }
span { border-color: rgb(191,194,19); }
td.TdClassName
{
border-color: #BFC213;
}
.TagClassName
{
border-color: #BFC213;
}
</style>