Shades of La Rioja #BFCB11
Tints of La Rioja #BFCB11
RGB
CMYK
RGB Variations
Color information
#BFCB11 (or 0xBFCB11) is known color: La Rioja. HEX triplet: BF, CB and 11. RGB value is (191,203,17). Sum of RGB (Red+Green+Blue) = 191+203+17=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCB11 is #4034EE. Grayscale: #B2B2B2. Windows color (decimal): -4207855 or 1166271. OLE color: 1166271.
HSL color Cylindrical-coordinate representation of color #BFCB11: hue angle of 63.87º 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 #BFCB11 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 17 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.20 |
| HSL | 63.87º | 0.85% | 0.43% | - |
| HSV(B) | 63.87º | 0.92% | 0.8% | - |
| XYZ | 42.94 | 53.83 | 8.66 | - |
| YUV | 178.21 | 37.02 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 17 | 0.06 | 0 | 0.92 | 0.20 | 63.87 | 0.85 | 0.43 |
| Hex | BF | CB | 11 | 6 | 0 | 5C | 14 | 40 | 55 | 2B |
| Octal | 277 | 313 | 21 | 6 | 0 | 134 | 24 | 100 | 125 | 53 |
| Binary | 10111111 | 11001011 | 10001 | 110 | 0 | 1011100 | 10100 | 1000000 | 1010101 | 101011 |
Color Harmonies of #BFCB11
Complementary color
Monochromatic Colors of #BFCB11
Black with #BFCB11
Text Example
Text Example
White with #BFCB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB11; }
p { color: rgb(191,203,17); }
H1.HeaderClassName
{
color: #BFCB11;
}
.AnyTagClassName
{
color: #BFCB11;
}
</style>
background-color css
<style>
a { background-color: #BFCB11; }
a { background-color: rgb(191,203,17); }
div.DivClassName
{
background-color: #BFCB11;
}
.BgClassName
{
background-color: #BFCB11;
}
</style>
border-color css
<style>
span { border-color: #BFCB11; }
span { border-color: rgb(191,203,17); }
td.TdClassName
{
border-color: #BFCB11;
}
.TagClassName
{
border-color: #BFCB11;
}
</style>