Shades of La Rioja #BFCD10
Tints of La Rioja #BFCD10
RGB
CMYK
RGB Variations
Color information
#BFCD10 (or 0xBFCD10) is known color: La Rioja. HEX triplet: BF, CD and 10. RGB value is (191,205,16). Sum of RGB (Red+Green+Blue) = 191+205+16=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCD10 is #4032EF. Grayscale: #B4B4B4. Windows color (decimal): -4207344 or 1101247. OLE color: 1101247.
HSL color Cylindrical-coordinate representation of color #BFCD10: hue angle of 64.44º degrees, saturation: 0.86, 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 #BFCD10 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 16 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.20 |
| HSL | 64.44º | 0.86% | 0.43% | - |
| HSV(B) | 64.44º | 0.92% | 0.8% | - |
| XYZ | 43.41 | 54.78 | 8.78 | - |
| YUV | 179.27 | 35.86 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 16 | 0.07 | 0 | 0.92 | 0.20 | 64.44 | 0.86 | 0.43 |
| Hex | BF | CD | 10 | 7 | 0 | 5C | 14 | 40 | 56 | 2B |
| Octal | 277 | 315 | 20 | 7 | 0 | 134 | 24 | 100 | 126 | 53 |
| Binary | 10111111 | 11001101 | 10000 | 111 | 0 | 1011100 | 10100 | 1000000 | 1010110 | 101011 |
Color Harmonies of #BFCD10
Complementary color
Monochromatic Colors of #BFCD10
Black with #BFCD10
Text Example
Text Example
White with #BFCD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD10; }
p { color: rgb(191,205,16); }
H1.HeaderClassName
{
color: #BFCD10;
}
.AnyTagClassName
{
color: #BFCD10;
}
</style>
background-color css
<style>
a { background-color: #BFCD10; }
a { background-color: rgb(191,205,16); }
div.DivClassName
{
background-color: #BFCD10;
}
.BgClassName
{
background-color: #BFCD10;
}
</style>
border-color css
<style>
span { border-color: #BFCD10; }
span { border-color: rgb(191,205,16); }
td.TdClassName
{
border-color: #BFCD10;
}
.TagClassName
{
border-color: #BFCD10;
}
</style>