Shades of La Rioja #BCBC09
Tints of La Rioja #BCBC09
RGB
CMYK
RGB Variations
Color information
#BCBC09 (or 0xBCBC09) is known color: La Rioja. HEX triplet: BC, BC and 09. RGB value is (188,188,9). Sum of RGB (Red+Green+Blue) = 188+188+9=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBC09 is #4343F6. Grayscale: #A8A8A8. Windows color (decimal): -4408311 or 638140. OLE color: 638140.
HSL color Cylindrical-coordinate representation of color #BCBC09: hue angle of 60º degrees, saturation: 0.91, 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 #BCBC09 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 9 | - |
| CMYK | 0 | 0 | 0.95 | 0.26 |
| HSL | 60º | 0.91% | 0.39% | - |
| HSV(B) | 60º | 0.95% | 0.74% | - |
| XYZ | 38.77 | 46.68 | 7.22 | - |
| YUV | 167.59 | 38.5 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 9 | 0 | 0 | 0.95 | 0.26 | 60 | 0.91 | 0.39 |
| Hex | BC | BC | 9 | 0 | 0 | 5F | 1A | 3C | 5B | 27 |
| Octal | 274 | 274 | 11 | 0 | 0 | 137 | 32 | 74 | 133 | 47 |
| Binary | 10111100 | 10111100 | 1001 | 0 | 0 | 1011111 | 11010 | 111100 | 1011011 | 100111 |
Color Harmonies of #BCBC09
Complementary color
Monochromatic Colors of #BCBC09
Black with #BCBC09
Text Example
Text Example
White with #BCBC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC09; }
p { color: rgb(188,188,9); }
H1.HeaderClassName
{
color: #BCBC09;
}
.AnyTagClassName
{
color: #BCBC09;
}
</style>
background-color css
<style>
a { background-color: #BCBC09; }
a { background-color: rgb(188,188,9); }
div.DivClassName
{
background-color: #BCBC09;
}
.BgClassName
{
background-color: #BCBC09;
}
</style>
border-color css
<style>
span { border-color: #BCBC09; }
span { border-color: rgb(188,188,9); }
td.TdClassName
{
border-color: #BCBC09;
}
.TagClassName
{
border-color: #BCBC09;
}
</style>