Shades of La Rioja #BFD703
Tints of La Rioja #BFD703
RGB
CMYK
RGB Variations
Color information
#BFD703 (or 0xBFD703) is known color: La Rioja. HEX triplet: BF, D7 and 03. RGB value is (191,215,3). Sum of RGB (Red+Green+Blue) = 191+215+3=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD703 is #4028FC. Grayscale: #B8B8B8. Windows color (decimal): -4204797 or 251839. OLE color: 251839.
HSL color Cylindrical-coordinate representation of color #BFD703: hue angle of 66.79º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFD703 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 3 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.16 |
| HSL | 66.79º | 0.97% | 0.43% | - |
| HSV(B) | 66.79º | 0.99% | 0.84% | - |
| XYZ | 45.8 | 59.68 | 9.19 | - |
| YUV | 183.66 | 26.05 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 3 | 0.11 | 0 | 0.99 | 0.16 | 66.79 | 0.97 | 0.43 |
| Hex | BF | D7 | 3 | B | 0 | 63 | 10 | 43 | 61 | 2B |
| Octal | 277 | 327 | 3 | 13 | 0 | 143 | 20 | 103 | 141 | 53 |
| Binary | 10111111 | 11010111 | 11 | 1011 | 0 | 1100011 | 10000 | 1000011 | 1100001 | 101011 |
Color Harmonies of #BFD703
Complementary color
Monochromatic Colors of #BFD703
Black with #BFD703
Text Example
Text Example
White with #BFD703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD703; }
p { color: rgb(191,215,3); }
H1.HeaderClassName
{
color: #BFD703;
}
.AnyTagClassName
{
color: #BFD703;
}
</style>
background-color css
<style>
a { background-color: #BFD703; }
a { background-color: rgb(191,215,3); }
div.DivClassName
{
background-color: #BFD703;
}
.BgClassName
{
background-color: #BFD703;
}
</style>
border-color css
<style>
span { border-color: #BFD703; }
span { border-color: rgb(191,215,3); }
td.TdClassName
{
border-color: #BFD703;
}
.TagClassName
{
border-color: #BFD703;
}
</style>