Shades of La Rioja #BCBC07
Tints of La Rioja #BCBC07
RGB
CMYK
RGB Variations
Color information
#BCBC07 (or 0xBCBC07) is known color: La Rioja. HEX triplet: BC, BC and 07. RGB value is (188,188,7). Sum of RGB (Red+Green+Blue) = 188+188+7=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 7 (3.12% from 255 or 1.83% from 383); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBC07 is #4343F8. Grayscale: #A8A8A8. Windows color (decimal): -4408313 or 507068. OLE color: 507068.
HSL color Cylindrical-coordinate representation of color #BCBC07: hue angle of 60º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCBC07 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 7 | - |
| CMYK | 0 | 0 | 0.96 | 0.26 |
| HSL | 60º | 0.93% | 0.38% | - |
| HSV(B) | 60º | 0.96% | 0.74% | - |
| XYZ | 38.76 | 46.67 | 7.17 | - |
| YUV | 167.37 | 37.5 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 7 | 0 | 0 | 0.96 | 0.26 | 60 | 0.93 | 0.38 |
| Hex | BC | BC | 7 | 0 | 0 | 60 | 1A | 3C | 5D | 26 |
| Octal | 274 | 274 | 7 | 0 | 0 | 140 | 32 | 74 | 135 | 46 |
| Binary | 10111100 | 10111100 | 111 | 0 | 0 | 1100000 | 11010 | 111100 | 1011101 | 100110 |
Color Harmonies of #BCBC07
Complementary color
Monochromatic Colors of #BCBC07
Black with #BCBC07
Text Example
Text Example
White with #BCBC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC07; }
p { color: rgb(188,188,7); }
H1.HeaderClassName
{
color: #BCBC07;
}
.AnyTagClassName
{
color: #BCBC07;
}
</style>
background-color css
<style>
a { background-color: #BCBC07; }
a { background-color: rgb(188,188,7); }
div.DivClassName
{
background-color: #BCBC07;
}
.BgClassName
{
background-color: #BCBC07;
}
</style>
border-color css
<style>
span { border-color: #BCBC07; }
span { border-color: rgb(188,188,7); }
td.TdClassName
{
border-color: #BCBC07;
}
.TagClassName
{
border-color: #BCBC07;
}
</style>