Shades of La Rioja #BCBC16
Tints of La Rioja #BCBC16
RGB
CMYK
RGB Variations
Color information
#BCBC16 (or 0xBCBC16) is known color: La Rioja. HEX triplet: BC, BC and 16. RGB value is (188,188,22). Sum of RGB (Red+Green+Blue) = 188+188+22=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBC16 is #4343E9. Grayscale: #A9A9A9. Windows color (decimal): -4408298 or 1490108. OLE color: 1490108.
HSL color Cylindrical-coordinate representation of color #BCBC16: hue angle of 60º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCBC16 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 22 | - |
| CMYK | 0 | 0 | 0.88 | 0.26 |
| HSL | 60º | 0.79% | 0.41% | - |
| HSV(B) | 60º | 0.88% | 0.74% | - |
| XYZ | 38.87 | 46.72 | 7.73 | - |
| YUV | 169.08 | 45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 22 | 0 | 0 | 0.88 | 0.26 | 60 | 0.79 | 0.41 |
| Hex | BC | BC | 16 | 0 | 0 | 58 | 1A | 3C | 4F | 29 |
| Octal | 274 | 274 | 26 | 0 | 0 | 130 | 32 | 74 | 117 | 51 |
| Binary | 10111100 | 10111100 | 10110 | 0 | 0 | 1011000 | 11010 | 111100 | 1001111 | 101001 |
Color Harmonies of #BCBC16
Complementary color
Monochromatic Colors of #BCBC16
Black with #BCBC16
Text Example
Text Example
White with #BCBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC16; }
p { color: rgb(188,188,22); }
H1.HeaderClassName
{
color: #BCBC16;
}
.AnyTagClassName
{
color: #BCBC16;
}
</style>
background-color css
<style>
a { background-color: #BCBC16; }
a { background-color: rgb(188,188,22); }
div.DivClassName
{
background-color: #BCBC16;
}
.BgClassName
{
background-color: #BCBC16;
}
</style>
border-color css
<style>
span { border-color: #BCBC16; }
span { border-color: rgb(188,188,22); }
td.TdClassName
{
border-color: #BCBC16;
}
.TagClassName
{
border-color: #BCBC16;
}
</style>