Shades of La Rioja #BFC301
Tints of La Rioja #BFC301
RGB
CMYK
RGB Variations
Color information
#BFC301 (or 0xBFC301) is known color: La Rioja. HEX triplet: BF, C3 and 01. RGB value is (191,195,1). Sum of RGB (Red+Green+Blue) = 191+195+1=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC301 is #403CFE. Grayscale: #ACACAC. Windows color (decimal): -4209919 or 115647. OLE color: 115647.
HSL color Cylindrical-coordinate representation of color #BFC301: hue angle of 61.24º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFC301 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.24 |
| HSL | 61.24º | 0.99% | 0.38% | - |
| HSV(B) | 61.24º | 0.99% | 0.76% | - |
| XYZ | 41.01 | 50.11 | 7.54 | - |
| YUV | 171.69 | 31.67 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 1 | 0.02 | 0 | 0.99 | 0.24 | 61.24 | 0.99 | 0.38 |
| Hex | BF | C3 | 1 | 2 | 0 | 63 | 18 | 3D | 63 | 26 |
| Octal | 277 | 303 | 1 | 2 | 0 | 143 | 30 | 75 | 143 | 46 |
| Binary | 10111111 | 11000011 | 1 | 10 | 0 | 1100011 | 11000 | 111101 | 1100011 | 100110 |
Color Harmonies of #BFC301
Complementary color
Monochromatic Colors of #BFC301
Black with #BFC301
Text Example
Text Example
White with #BFC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC301; }
p { color: rgb(191,195,1); }
H1.HeaderClassName
{
color: #BFC301;
}
.AnyTagClassName
{
color: #BFC301;
}
</style>
background-color css
<style>
a { background-color: #BFC301; }
a { background-color: rgb(191,195,1); }
div.DivClassName
{
background-color: #BFC301;
}
.BgClassName
{
background-color: #BFC301;
}
</style>
border-color css
<style>
span { border-color: #BFC301; }
span { border-color: rgb(191,195,1); }
td.TdClassName
{
border-color: #BFC301;
}
.TagClassName
{
border-color: #BFC301;
}
</style>