Shades of La Rioja #BFC70B
Tints of La Rioja #BFC70B
RGB
CMYK
RGB Variations
Color information
#BFC70B (or 0xBFC70B) is known color: La Rioja. HEX triplet: BF, C7 and 0B. RGB value is (191,199,11). Sum of RGB (Red+Green+Blue) = 191+199+11=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC70B is #4038F4. Grayscale: #AFAFAF. Windows color (decimal): -4208885 or 772031. OLE color: 772031.
HSL color Cylindrical-coordinate representation of color #BFC70B: hue angle of 62.55º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFC70B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 11 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.22 |
| HSL | 62.55º | 0.9% | 0.41% | - |
| HSV(B) | 62.55º | 0.94% | 0.78% | - |
| XYZ | 41.97 | 51.95 | 8.13 | - |
| YUV | 175.18 | 35.35 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 11 | 0.04 | 0 | 0.94 | 0.22 | 62.55 | 0.9 | 0.41 |
| Hex | BF | C7 | B | 4 | 0 | 5E | 16 | 3F | 5A | 29 |
| Octal | 277 | 307 | 13 | 4 | 0 | 136 | 26 | 77 | 132 | 51 |
| Binary | 10111111 | 11000111 | 1011 | 100 | 0 | 1011110 | 10110 | 111111 | 1011010 | 101001 |
Color Harmonies of #BFC70B
Complementary color
Monochromatic Colors of #BFC70B
Black with #BFC70B
Text Example
Text Example
White with #BFC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC70B; }
p { color: rgb(191,199,11); }
H1.HeaderClassName
{
color: #BFC70B;
}
.AnyTagClassName
{
color: #BFC70B;
}
</style>
background-color css
<style>
a { background-color: #BFC70B; }
a { background-color: rgb(191,199,11); }
div.DivClassName
{
background-color: #BFC70B;
}
.BgClassName
{
background-color: #BFC70B;
}
</style>
border-color css
<style>
span { border-color: #BFC70B; }
span { border-color: rgb(191,199,11); }
td.TdClassName
{
border-color: #BFC70B;
}
.TagClassName
{
border-color: #BFC70B;
}
</style>