Shades of La Rioja #BFC60A
Tints of La Rioja #BFC60A
RGB
CMYK
RGB Variations
Color information
#BFC60A (or 0xBFC60A) is known color: La Rioja. HEX triplet: BF, C6 and 0A. RGB value is (191,198,10). Sum of RGB (Red+Green+Blue) = 191+198+10=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC60A is #4039F5. Grayscale: #AFAFAF. Windows color (decimal): -4209142 or 706239. OLE color: 706239.
HSL color Cylindrical-coordinate representation of color #BFC60A: hue angle of 62.23º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFC60A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 10 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.22 |
| HSL | 62.23º | 0.9% | 0.41% | - |
| HSV(B) | 62.23º | 0.95% | 0.78% | - |
| XYZ | 41.73 | 51.49 | 8.03 | - |
| YUV | 174.48 | 35.18 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 10 | 0.04 | 0 | 0.95 | 0.22 | 62.23 | 0.9 | 0.41 |
| Hex | BF | C6 | A | 4 | 0 | 5F | 16 | 3E | 5A | 29 |
| Octal | 277 | 306 | 12 | 4 | 0 | 137 | 26 | 76 | 132 | 51 |
| Binary | 10111111 | 11000110 | 1010 | 100 | 0 | 1011111 | 10110 | 111110 | 1011010 | 101001 |
Color Harmonies of #BFC60A
Complementary color
Monochromatic Colors of #BFC60A
Black with #BFC60A
Text Example
Text Example
White with #BFC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC60A; }
p { color: rgb(191,198,10); }
H1.HeaderClassName
{
color: #BFC60A;
}
.AnyTagClassName
{
color: #BFC60A;
}
</style>
background-color css
<style>
a { background-color: #BFC60A; }
a { background-color: rgb(191,198,10); }
div.DivClassName
{
background-color: #BFC60A;
}
.BgClassName
{
background-color: #BFC60A;
}
</style>
border-color css
<style>
span { border-color: #BFC60A; }
span { border-color: rgb(191,198,10); }
td.TdClassName
{
border-color: #BFC60A;
}
.TagClassName
{
border-color: #BFC60A;
}
</style>