Shades of La Rioja #BFC414
Tints of La Rioja #BFC414
RGB
CMYK
RGB Variations
Color information
#BFC414 (or 0xBFC414) is known color: La Rioja. HEX triplet: BF, C4 and 14. RGB value is (191,196,20). Sum of RGB (Red+Green+Blue) = 191+196+20=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC414 is #403BEB. Grayscale: #AFAFAF. Windows color (decimal): -4209644 or 1361087. OLE color: 1361087.
HSL color Cylindrical-coordinate representation of color #BFC414: hue angle of 61.7º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFC414 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 20 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.23 |
| HSL | 61.7º | 0.81% | 0.42% | - |
| HSV(B) | 61.7º | 0.9% | 0.77% | - |
| XYZ | 41.35 | 50.61 | 8.25 | - |
| YUV | 174.44 | 40.84 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 20 | 0.03 | 0 | 0.90 | 0.23 | 61.7 | 0.81 | 0.42 |
| Hex | BF | C4 | 14 | 3 | 0 | 5A | 17 | 3E | 51 | 2A |
| Octal | 277 | 304 | 24 | 3 | 0 | 132 | 27 | 76 | 121 | 52 |
| Binary | 10111111 | 11000100 | 10100 | 11 | 0 | 1011010 | 10111 | 111110 | 1010001 | 101010 |
Color Harmonies of #BFC414
Complementary color
Monochromatic Colors of #BFC414
Black with #BFC414
Text Example
Text Example
White with #BFC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC414; }
p { color: rgb(191,196,20); }
H1.HeaderClassName
{
color: #BFC414;
}
.AnyTagClassName
{
color: #BFC414;
}
</style>
background-color css
<style>
a { background-color: #BFC414; }
a { background-color: rgb(191,196,20); }
div.DivClassName
{
background-color: #BFC414;
}
.BgClassName
{
background-color: #BFC414;
}
</style>
border-color css
<style>
span { border-color: #BFC414; }
span { border-color: rgb(191,196,20); }
td.TdClassName
{
border-color: #BFC414;
}
.TagClassName
{
border-color: #BFC414;
}
</style>