Shades of La Rioja #BCB70E
Tints of La Rioja #BCB70E
RGB
CMYK
RGB Variations
Color information
#BCB70E (or 0xBCB70E) is known color: La Rioja. HEX triplet: BC, B7 and 0E. RGB value is (188,183,14). Sum of RGB (Red+Green+Blue) = 188+183+14=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB70E is #4348F1. Grayscale: #A5A5A5. Windows color (decimal): -4409586 or 964540. OLE color: 964540.
HSL color Cylindrical-coordinate representation of color #BCB70E: hue angle of 58.28º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCB70E is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 14 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.26 |
| HSL | 58.28º | 0.86% | 0.4% | - |
| HSV(B) | 58.28º | 0.93% | 0.74% | - |
| XYZ | 37.75 | 44.59 | 7.03 | - |
| YUV | 165.23 | 42.66 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 14 | 0 | 0.03 | 0.93 | 0.26 | 58.28 | 0.86 | 0.4 |
| Hex | BC | B7 | E | 0 | 3 | 5D | 1A | 3A | 56 | 28 |
| Octal | 274 | 267 | 16 | 0 | 3 | 135 | 32 | 72 | 126 | 50 |
| Binary | 10111100 | 10110111 | 1110 | 0 | 11 | 1011101 | 11010 | 111010 | 1010110 | 101000 |
Color Harmonies of #BCB70E
Complementary color
Monochromatic Colors of #BCB70E
Black with #BCB70E
Text Example
Text Example
White with #BCB70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB70E; }
p { color: rgb(188,183,14); }
H1.HeaderClassName
{
color: #BCB70E;
}
.AnyTagClassName
{
color: #BCB70E;
}
</style>
background-color css
<style>
a { background-color: #BCB70E; }
a { background-color: rgb(188,183,14); }
div.DivClassName
{
background-color: #BCB70E;
}
.BgClassName
{
background-color: #BCB70E;
}
</style>
border-color css
<style>
span { border-color: #BCB70E; }
span { border-color: rgb(188,183,14); }
td.TdClassName
{
border-color: #BCB70E;
}
.TagClassName
{
border-color: #BCB70E;
}
</style>