Shades of La Rioja #BFC10A
Tints of La Rioja #BFC10A
RGB
CMYK
RGB Variations
Color information
#BFC10A (or 0xBFC10A) is known color: La Rioja. HEX triplet: BF, C1 and 0A. RGB value is (191,193,10). Sum of RGB (Red+Green+Blue) = 191+193+10=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC10A is #403EF5. Grayscale: #ACACAC. Windows color (decimal): -4210422 or 704959. OLE color: 704959.
HSL color Cylindrical-coordinate representation of color #BFC10A: hue angle of 60.66º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFC10A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 10 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.24 |
| HSL | 60.66º | 0.9% | 0.4% | - |
| HSV(B) | 60.66º | 0.95% | 0.76% | - |
| XYZ | 40.61 | 49.24 | 7.65 | - |
| YUV | 171.54 | 36.84 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 10 | 0.01 | 0 | 0.95 | 0.24 | 60.66 | 0.9 | 0.4 |
| Hex | BF | C1 | A | 1 | 0 | 5F | 18 | 3D | 5A | 28 |
| Octal | 277 | 301 | 12 | 1 | 0 | 137 | 30 | 75 | 132 | 50 |
| Binary | 10111111 | 11000001 | 1010 | 1 | 0 | 1011111 | 11000 | 111101 | 1011010 | 101000 |
Color Harmonies of #BFC10A
Complementary color
Monochromatic Colors of #BFC10A
Black with #BFC10A
Text Example
Text Example
White with #BFC10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC10A; }
p { color: rgb(191,193,10); }
H1.HeaderClassName
{
color: #BFC10A;
}
.AnyTagClassName
{
color: #BFC10A;
}
</style>
background-color css
<style>
a { background-color: #BFC10A; }
a { background-color: rgb(191,193,10); }
div.DivClassName
{
background-color: #BFC10A;
}
.BgClassName
{
background-color: #BFC10A;
}
</style>
border-color css
<style>
span { border-color: #BFC10A; }
span { border-color: rgb(191,193,10); }
td.TdClassName
{
border-color: #BFC10A;
}
.TagClassName
{
border-color: #BFC10A;
}
</style>