Shades of La Rioja #BFC112
Tints of La Rioja #BFC112
RGB
CMYK
RGB Variations
Color information
#BFC112 (or 0xBFC112) is known color: La Rioja. HEX triplet: BF, C1 and 12. RGB value is (191,193,18). Sum of RGB (Red+Green+Blue) = 191+193+18=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC112 is #403EED. Grayscale: #ADADAD. Windows color (decimal): -4210414 or 1229247. OLE color: 1229247.
HSL color Cylindrical-coordinate representation of color #BFC112: hue angle of 60.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFC112 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 18 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.24 |
| HSL | 60.69º | 0.83% | 0.41% | - |
| HSV(B) | 60.69º | 0.91% | 0.76% | - |
| XYZ | 40.67 | 49.26 | 7.94 | - |
| YUV | 172.45 | 40.84 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 18 | 0.01 | 0 | 0.91 | 0.24 | 60.69 | 0.83 | 0.41 |
| Hex | BF | C1 | 12 | 1 | 0 | 5B | 18 | 3D | 53 | 29 |
| Octal | 277 | 301 | 22 | 1 | 0 | 133 | 30 | 75 | 123 | 51 |
| Binary | 10111111 | 11000001 | 10010 | 1 | 0 | 1011011 | 11000 | 111101 | 1010011 | 101001 |
Color Harmonies of #BFC112
Complementary color
Monochromatic Colors of #BFC112
Black with #BFC112
Text Example
Text Example
White with #BFC112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC112; }
p { color: rgb(191,193,18); }
H1.HeaderClassName
{
color: #BFC112;
}
.AnyTagClassName
{
color: #BFC112;
}
</style>
background-color css
<style>
a { background-color: #BFC112; }
a { background-color: rgb(191,193,18); }
div.DivClassName
{
background-color: #BFC112;
}
.BgClassName
{
background-color: #BFC112;
}
</style>
border-color css
<style>
span { border-color: #BFC112; }
span { border-color: rgb(191,193,18); }
td.TdClassName
{
border-color: #BFC112;
}
.TagClassName
{
border-color: #BFC112;
}
</style>