Shades of La Rioja #BCBC14
Tints of La Rioja #BCBC14
RGB
CMYK
RGB Variations
Color information
#BCBC14 (or 0xBCBC14) is known color: La Rioja. HEX triplet: BC, BC and 14. RGB value is (188,188,20). Sum of RGB (Red+Green+Blue) = 188+188+20=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBC14 is #4343EB. Grayscale: #A9A9A9. Windows color (decimal): -4408300 or 1359036. OLE color: 1359036.
HSL color Cylindrical-coordinate representation of color #BCBC14: hue angle of 60º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCBC14 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 20 | - |
| CMYK | 0 | 0 | 0.89 | 0.26 |
| HSL | 60º | 0.81% | 0.41% | - |
| HSV(B) | 60º | 0.89% | 0.74% | - |
| XYZ | 38.85 | 46.71 | 7.63 | - |
| YUV | 168.85 | 44 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 20 | 0 | 0 | 0.89 | 0.26 | 60 | 0.81 | 0.41 |
| Hex | BC | BC | 14 | 0 | 0 | 59 | 1A | 3C | 51 | 29 |
| Octal | 274 | 274 | 24 | 0 | 0 | 131 | 32 | 74 | 121 | 51 |
| Binary | 10111100 | 10111100 | 10100 | 0 | 0 | 1011001 | 11010 | 111100 | 1010001 | 101001 |
Color Harmonies of #BCBC14
Complementary color
Monochromatic Colors of #BCBC14
Black with #BCBC14
Text Example
Text Example
White with #BCBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC14; }
p { color: rgb(188,188,20); }
H1.HeaderClassName
{
color: #BCBC14;
}
.AnyTagClassName
{
color: #BCBC14;
}
</style>
background-color css
<style>
a { background-color: #BCBC14; }
a { background-color: rgb(188,188,20); }
div.DivClassName
{
background-color: #BCBC14;
}
.BgClassName
{
background-color: #BCBC14;
}
</style>
border-color css
<style>
span { border-color: #BCBC14; }
span { border-color: rgb(188,188,20); }
td.TdClassName
{
border-color: #BCBC14;
}
.TagClassName
{
border-color: #BCBC14;
}
</style>