Shades of La Rioja #BCBC15
Tints of La Rioja #BCBC15
RGB
CMYK
RGB Variations
Color information
#BCBC15 (or 0xBCBC15) is known color: La Rioja. HEX triplet: BC, BC and 15. RGB value is (188,188,21). Sum of RGB (Red+Green+Blue) = 188+188+21=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBC15 is #4343EA. Grayscale: #A9A9A9. Windows color (decimal): -4408299 or 1424572. OLE color: 1424572.
HSL color Cylindrical-coordinate representation of color #BCBC15: hue angle of 60º degrees, saturation: 0.8, 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 #BCBC15 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 21 | - |
| CMYK | 0 | 0 | 0.89 | 0.26 |
| HSL | 60º | 0.8% | 0.41% | - |
| HSV(B) | 60º | 0.89% | 0.74% | - |
| XYZ | 38.86 | 46.71 | 7.68 | - |
| YUV | 168.96 | 44.5 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 21 | 0 | 0 | 0.89 | 0.26 | 60 | 0.8 | 0.41 |
| Hex | BC | BC | 15 | 0 | 0 | 59 | 1A | 3C | 50 | 29 |
| Octal | 274 | 274 | 25 | 0 | 0 | 131 | 32 | 74 | 120 | 51 |
| Binary | 10111100 | 10111100 | 10101 | 0 | 0 | 1011001 | 11010 | 111100 | 1010000 | 101001 |
Color Harmonies of #BCBC15
Complementary color
Monochromatic Colors of #BCBC15
Black with #BCBC15
Text Example
Text Example
White with #BCBC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC15; }
p { color: rgb(188,188,21); }
H1.HeaderClassName
{
color: #BCBC15;
}
.AnyTagClassName
{
color: #BCBC15;
}
</style>
background-color css
<style>
a { background-color: #BCBC15; }
a { background-color: rgb(188,188,21); }
div.DivClassName
{
background-color: #BCBC15;
}
.BgClassName
{
background-color: #BCBC15;
}
</style>
border-color css
<style>
span { border-color: #BCBC15; }
span { border-color: rgb(188,188,21); }
td.TdClassName
{
border-color: #BCBC15;
}
.TagClassName
{
border-color: #BCBC15;
}
</style>