Shades of La Rioja #BFC702
Tints of La Rioja #BFC702
RGB
CMYK
RGB Variations
Color information
#BFC702 (or 0xBFC702) is known color: La Rioja. HEX triplet: BF, C7 and 02. RGB value is (191,199,2). Sum of RGB (Red+Green+Blue) = 191+199+2=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC702 is #4038FD. Grayscale: #AEAEAE. Windows color (decimal): -4208894 or 182207. OLE color: 182207.
HSL color Cylindrical-coordinate representation of color #BFC702: hue angle of 62.44º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFC702 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.22 |
| HSL | 62.44º | 0.98% | 0.39% | - |
| HSV(B) | 62.44º | 0.99% | 0.78% | - |
| XYZ | 41.92 | 51.93 | 7.87 | - |
| YUV | 174.15 | 30.85 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 2 | 0.04 | 0 | 0.99 | 0.22 | 62.44 | 0.98 | 0.39 |
| Hex | BF | C7 | 2 | 4 | 0 | 63 | 16 | 3E | 62 | 27 |
| Octal | 277 | 307 | 2 | 4 | 0 | 143 | 26 | 76 | 142 | 47 |
| Binary | 10111111 | 11000111 | 10 | 100 | 0 | 1100011 | 10110 | 111110 | 1100010 | 100111 |
Color Harmonies of #BFC702
Complementary color
Monochromatic Colors of #BFC702
Black with #BFC702
Text Example
Text Example
White with #BFC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC702; }
p { color: rgb(191,199,2); }
H1.HeaderClassName
{
color: #BFC702;
}
.AnyTagClassName
{
color: #BFC702;
}
</style>
background-color css
<style>
a { background-color: #BFC702; }
a { background-color: rgb(191,199,2); }
div.DivClassName
{
background-color: #BFC702;
}
.BgClassName
{
background-color: #BFC702;
}
</style>
border-color css
<style>
span { border-color: #BFC702; }
span { border-color: rgb(191,199,2); }
td.TdClassName
{
border-color: #BFC702;
}
.TagClassName
{
border-color: #BFC702;
}
</style>