Shades of La Rioja #BFC507
Tints of La Rioja #BFC507
RGB
CMYK
RGB Variations
Color information
#BFC507 (or 0xBFC507) is known color: La Rioja. HEX triplet: BF, C5 and 07. RGB value is (191,197,7). Sum of RGB (Red+Green+Blue) = 191+197+7=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC507 is #403AF8. Grayscale: #AEAEAE. Windows color (decimal): -4209401 or 509375. OLE color: 509375.
HSL color Cylindrical-coordinate representation of color #BFC507: hue angle of 61.89º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFC507 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 7 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.23 |
| HSL | 61.89º | 0.93% | 0.4% | - |
| HSV(B) | 61.89º | 0.96% | 0.77% | - |
| XYZ | 41.49 | 51.02 | 7.86 | - |
| YUV | 173.55 | 34.01 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 7 | 0.03 | 0 | 0.96 | 0.23 | 61.89 | 0.93 | 0.4 |
| Hex | BF | C5 | 7 | 3 | 0 | 60 | 17 | 3E | 5D | 28 |
| Octal | 277 | 305 | 7 | 3 | 0 | 140 | 27 | 76 | 135 | 50 |
| Binary | 10111111 | 11000101 | 111 | 11 | 0 | 1100000 | 10111 | 111110 | 1011101 | 101000 |
Color Harmonies of #BFC507
Complementary color
Monochromatic Colors of #BFC507
Black with #BFC507
Text Example
Text Example
White with #BFC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC507; }
p { color: rgb(191,197,7); }
H1.HeaderClassName
{
color: #BFC507;
}
.AnyTagClassName
{
color: #BFC507;
}
</style>
background-color css
<style>
a { background-color: #BFC507; }
a { background-color: rgb(191,197,7); }
div.DivClassName
{
background-color: #BFC507;
}
.BgClassName
{
background-color: #BFC507;
}
</style>
border-color css
<style>
span { border-color: #BFC507; }
span { border-color: rgb(191,197,7); }
td.TdClassName
{
border-color: #BFC507;
}
.TagClassName
{
border-color: #BFC507;
}
</style>