Shades of La Rioja #BCBC0A
Tints of La Rioja #BCBC0A
RGB
CMYK
RGB Variations
Color information
#BCBC0A (or 0xBCBC0A) is known color: La Rioja. HEX triplet: BC, BC and 0A. RGB value is (188,188,10). Sum of RGB (Red+Green+Blue) = 188+188+10=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBC0A is #4343F5. Grayscale: #A8A8A8. Windows color (decimal): -4408310 or 703676. OLE color: 703676.
HSL color Cylindrical-coordinate representation of color #BCBC0A: hue angle of 60º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCBC0A is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 10 | - |
| CMYK | 0 | 0 | 0.95 | 0.26 |
| HSL | 60º | 0.9% | 0.39% | - |
| HSV(B) | 60º | 0.95% | 0.74% | - |
| XYZ | 38.78 | 46.68 | 7.25 | - |
| YUV | 167.71 | 39 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 10 | 0 | 0 | 0.95 | 0.26 | 60 | 0.9 | 0.39 |
| Hex | BC | BC | A | 0 | 0 | 5F | 1A | 3C | 5A | 27 |
| Octal | 274 | 274 | 12 | 0 | 0 | 137 | 32 | 74 | 132 | 47 |
| Binary | 10111100 | 10111100 | 1010 | 0 | 0 | 1011111 | 11010 | 111100 | 1011010 | 100111 |
Color Harmonies of #BCBC0A
Complementary color
Monochromatic Colors of #BCBC0A
Black with #BCBC0A
Text Example
Text Example
White with #BCBC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC0A; }
p { color: rgb(188,188,10); }
H1.HeaderClassName
{
color: #BCBC0A;
}
.AnyTagClassName
{
color: #BCBC0A;
}
</style>
background-color css
<style>
a { background-color: #BCBC0A; }
a { background-color: rgb(188,188,10); }
div.DivClassName
{
background-color: #BCBC0A;
}
.BgClassName
{
background-color: #BCBC0A;
}
</style>
border-color css
<style>
span { border-color: #BCBC0A; }
span { border-color: rgb(188,188,10); }
td.TdClassName
{
border-color: #BCBC0A;
}
.TagClassName
{
border-color: #BCBC0A;
}
</style>