Shades of La Rioja #BFCC10
Tints of La Rioja #BFCC10
RGB
CMYK
RGB Variations
Color information
#BFCC10 (or 0xBFCC10) is known color: La Rioja. HEX triplet: BF, CC and 10. RGB value is (191,204,16). Sum of RGB (Red+Green+Blue) = 191+204+16=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC10 is #4033EF. Grayscale: #B3B3B3. Windows color (decimal): -4207600 or 1100991. OLE color: 1100991.
HSL color Cylindrical-coordinate representation of color #BFCC10: hue angle of 64.15º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFCC10 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 16 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.2 |
| HSL | 64.15º | 0.85% | 0.43% | - |
| HSV(B) | 64.15º | 0.92% | 0.8% | - |
| XYZ | 43.17 | 54.3 | 8.7 | - |
| YUV | 178.68 | 36.19 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 16 | 0.06 | 0 | 0.92 | 0.2 | 64.15 | 0.85 | 0.43 |
| Hex | BF | CC | 10 | 6 | 0 | 5C | 14 | 40 | 55 | 2B |
| Octal | 277 | 314 | 20 | 6 | 0 | 134 | 24 | 100 | 125 | 53 |
| Binary | 10111111 | 11001100 | 10000 | 110 | 0 | 1011100 | 10100 | 1000000 | 1010101 | 101011 |
Color Harmonies of #BFCC10
Complementary color
Monochromatic Colors of #BFCC10
Black with #BFCC10
Text Example
Text Example
White with #BFCC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC10; }
p { color: rgb(191,204,16); }
H1.HeaderClassName
{
color: #BFCC10;
}
.AnyTagClassName
{
color: #BFCC10;
}
</style>
background-color css
<style>
a { background-color: #BFCC10; }
a { background-color: rgb(191,204,16); }
div.DivClassName
{
background-color: #BFCC10;
}
.BgClassName
{
background-color: #BFCC10;
}
</style>
border-color css
<style>
span { border-color: #BFCC10; }
span { border-color: rgb(191,204,16); }
td.TdClassName
{
border-color: #BFCC10;
}
.TagClassName
{
border-color: #BFCC10;
}
</style>