Shades of La Rioja #BCBC0E
Tints of La Rioja #BCBC0E
RGB
CMYK
RGB Variations
Color information
#BCBC0E (or 0xBCBC0E) is known color: La Rioja. HEX triplet: BC, BC and 0E. RGB value is (188,188,14). Sum of RGB (Red+Green+Blue) = 188+188+14=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBC0E is #4343F1. Grayscale: #A8A8A8. Windows color (decimal): -4408306 or 965820. OLE color: 965820.
HSL color Cylindrical-coordinate representation of color #BCBC0E: hue angle of 60º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCBC0E is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 14 | - |
| CMYK | 0 | 0 | 0.93 | 0.26 |
| HSL | 60º | 0.86% | 0.4% | - |
| HSV(B) | 60º | 0.93% | 0.74% | - |
| XYZ | 38.8 | 46.69 | 7.38 | - |
| YUV | 168.16 | 41 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 14 | 0 | 0 | 0.93 | 0.26 | 60 | 0.86 | 0.4 |
| Hex | BC | BC | E | 0 | 0 | 5D | 1A | 3C | 56 | 28 |
| Octal | 274 | 274 | 16 | 0 | 0 | 135 | 32 | 74 | 126 | 50 |
| Binary | 10111100 | 10111100 | 1110 | 0 | 0 | 1011101 | 11010 | 111100 | 1010110 | 101000 |
Color Harmonies of #BCBC0E
Complementary color
Monochromatic Colors of #BCBC0E
Black with #BCBC0E
Text Example
Text Example
White with #BCBC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC0E; }
p { color: rgb(188,188,14); }
H1.HeaderClassName
{
color: #BCBC0E;
}
.AnyTagClassName
{
color: #BCBC0E;
}
</style>
background-color css
<style>
a { background-color: #BCBC0E; }
a { background-color: rgb(188,188,14); }
div.DivClassName
{
background-color: #BCBC0E;
}
.BgClassName
{
background-color: #BCBC0E;
}
</style>
border-color css
<style>
span { border-color: #BCBC0E; }
span { border-color: rgb(188,188,14); }
td.TdClassName
{
border-color: #BCBC0E;
}
.TagClassName
{
border-color: #BCBC0E;
}
</style>