Shades of La Rioja #BCBA15
Tints of La Rioja #BCBA15
RGB
CMYK
RGB Variations
Color information
#BCBA15 (or 0xBCBA15) is known color: La Rioja. HEX triplet: BC, BA and 15. RGB value is (188,186,21). Sum of RGB (Red+Green+Blue) = 188+186+21=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA15 is #4345EA. Grayscale: #A8A8A8. Windows color (decimal): -4408811 or 1424060. OLE color: 1424060.
HSL color Cylindrical-coordinate representation of color #BCBA15: hue angle of 59.28º 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 #BCBA15 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 21 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.26 |
| HSL | 59.28º | 0.8% | 0.41% | - |
| HSV(B) | 59.28º | 0.89% | 0.74% | - |
| XYZ | 38.43 | 45.86 | 7.54 | - |
| YUV | 167.79 | 45.16 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 21 | 0 | 0.01 | 0.89 | 0.26 | 59.28 | 0.8 | 0.41 |
| Hex | BC | BA | 15 | 0 | 1 | 59 | 1A | 3B | 50 | 29 |
| Octal | 274 | 272 | 25 | 0 | 1 | 131 | 32 | 73 | 120 | 51 |
| Binary | 10111100 | 10111010 | 10101 | 0 | 1 | 1011001 | 11010 | 111011 | 1010000 | 101001 |
Color Harmonies of #BCBA15
Complementary color
Monochromatic Colors of #BCBA15
Black with #BCBA15
Text Example
Text Example
White with #BCBA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA15; }
p { color: rgb(188,186,21); }
H1.HeaderClassName
{
color: #BCBA15;
}
.AnyTagClassName
{
color: #BCBA15;
}
</style>
background-color css
<style>
a { background-color: #BCBA15; }
a { background-color: rgb(188,186,21); }
div.DivClassName
{
background-color: #BCBA15;
}
.BgClassName
{
background-color: #BCBA15;
}
</style>
border-color css
<style>
span { border-color: #BCBA15; }
span { border-color: rgb(188,186,21); }
td.TdClassName
{
border-color: #BCBA15;
}
.TagClassName
{
border-color: #BCBA15;
}
</style>