Shades of La Rioja #BFD407
Tints of La Rioja #BFD407
RGB
CMYK
RGB Variations
Color information
#BFD407 (or 0xBFD407) is known color: La Rioja. HEX triplet: BF, D4 and 07. RGB value is (191,212,7). Sum of RGB (Red+Green+Blue) = 191+212+7=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 7 (3.12% from 255 or 1.71% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD407 is #402BF8. Grayscale: #B7B7B7. Windows color (decimal): -4205561 or 513215. OLE color: 513215.
HSL color Cylindrical-coordinate representation of color #BFD407: hue angle of 66.15º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFD407 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 7 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.17 |
| HSL | 66.15º | 0.94% | 0.43% | - |
| HSV(B) | 66.15º | 0.97% | 0.83% | - |
| XYZ | 45.07 | 58.18 | 9.06 | - |
| YUV | 182.35 | 29.04 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 7 | 0.10 | 0 | 0.97 | 0.17 | 66.15 | 0.94 | 0.43 |
| Hex | BF | D4 | 7 | A | 0 | 61 | 11 | 42 | 5E | 2B |
| Octal | 277 | 324 | 7 | 12 | 0 | 141 | 21 | 102 | 136 | 53 |
| Binary | 10111111 | 11010100 | 111 | 1010 | 0 | 1100001 | 10001 | 1000010 | 1011110 | 101011 |
Color Harmonies of #BFD407
Complementary color
Monochromatic Colors of #BFD407
Black with #BFD407
Text Example
Text Example
White with #BFD407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD407; }
p { color: rgb(191,212,7); }
H1.HeaderClassName
{
color: #BFD407;
}
.AnyTagClassName
{
color: #BFD407;
}
</style>
background-color css
<style>
a { background-color: #BFD407; }
a { background-color: rgb(191,212,7); }
div.DivClassName
{
background-color: #BFD407;
}
.BgClassName
{
background-color: #BFD407;
}
</style>
border-color css
<style>
span { border-color: #BFD407; }
span { border-color: rgb(191,212,7); }
td.TdClassName
{
border-color: #BFD407;
}
.TagClassName
{
border-color: #BFD407;
}
</style>