Shades of La Rioja #BCBA13
Tints of La Rioja #BCBA13
RGB
CMYK
RGB Variations
Color information
#BCBA13 (or 0xBCBA13) is known color: La Rioja. HEX triplet: BC, BA and 13. RGB value is (188,186,19). Sum of RGB (Red+Green+Blue) = 188+186+19=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA13 is #4345EC. Grayscale: #A8A8A8. Windows color (decimal): -4408813 or 1292988. OLE color: 1292988.
HSL color Cylindrical-coordinate representation of color #BCBA13: hue angle of 59.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCBA13 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 19 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.26 |
| HSL | 59.29º | 0.82% | 0.41% | - |
| HSV(B) | 59.29º | 0.9% | 0.74% | - |
| XYZ | 38.42 | 45.86 | 7.44 | - |
| YUV | 167.56 | 44.16 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 19 | 0 | 0.01 | 0.90 | 0.26 | 59.29 | 0.82 | 0.41 |
| Hex | BC | BA | 13 | 0 | 1 | 5A | 1A | 3B | 52 | 29 |
| Octal | 274 | 272 | 23 | 0 | 1 | 132 | 32 | 73 | 122 | 51 |
| Binary | 10111100 | 10111010 | 10011 | 0 | 1 | 1011010 | 11010 | 111011 | 1010010 | 101001 |
Color Harmonies of #BCBA13
Complementary color
Monochromatic Colors of #BCBA13
Black with #BCBA13
Text Example
Text Example
White with #BCBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA13; }
p { color: rgb(188,186,19); }
H1.HeaderClassName
{
color: #BCBA13;
}
.AnyTagClassName
{
color: #BCBA13;
}
</style>
background-color css
<style>
a { background-color: #BCBA13; }
a { background-color: rgb(188,186,19); }
div.DivClassName
{
background-color: #BCBA13;
}
.BgClassName
{
background-color: #BCBA13;
}
</style>
border-color css
<style>
span { border-color: #BCBA13; }
span { border-color: rgb(188,186,19); }
td.TdClassName
{
border-color: #BCBA13;
}
.TagClassName
{
border-color: #BCBA13;
}
</style>