Shades of La Rioja #BCBD15
Tints of La Rioja #BCBD15
RGB
CMYK
RGB Variations
Color information
#BCBD15 (or 0xBCBD15) is known color: La Rioja. HEX triplet: BC, BD and 15. RGB value is (188,189,21). Sum of RGB (Red+Green+Blue) = 188+189+21=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBD15 is #4342EA. Grayscale: #AAAAAA. Windows color (decimal): -4408043 or 1424828. OLE color: 1424828.
HSL color Cylindrical-coordinate representation of color #BCBD15: hue angle of 60.36º 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 #BCBD15 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 21 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.26 |
| HSL | 60.36º | 0.8% | 0.41% | - |
| HSV(B) | 60.36º | 0.89% | 0.74% | - |
| XYZ | 39.07 | 47.14 | 7.75 | - |
| YUV | 169.55 | 44.17 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 21 | 0.01 | 0 | 0.89 | 0.26 | 60.36 | 0.8 | 0.41 |
| Hex | BC | BD | 15 | 1 | 0 | 59 | 1A | 3C | 50 | 29 |
| Octal | 274 | 275 | 25 | 1 | 0 | 131 | 32 | 74 | 120 | 51 |
| Binary | 10111100 | 10111101 | 10101 | 1 | 0 | 1011001 | 11010 | 111100 | 1010000 | 101001 |
Color Harmonies of #BCBD15
Complementary color
Monochromatic Colors of #BCBD15
Black with #BCBD15
Text Example
Text Example
White with #BCBD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD15; }
p { color: rgb(188,189,21); }
H1.HeaderClassName
{
color: #BCBD15;
}
.AnyTagClassName
{
color: #BCBD15;
}
</style>
background-color css
<style>
a { background-color: #BCBD15; }
a { background-color: rgb(188,189,21); }
div.DivClassName
{
background-color: #BCBD15;
}
.BgClassName
{
background-color: #BCBD15;
}
</style>
border-color css
<style>
span { border-color: #BCBD15; }
span { border-color: rgb(188,189,21); }
td.TdClassName
{
border-color: #BCBD15;
}
.TagClassName
{
border-color: #BCBD15;
}
</style>