Shades of La Rioja #BCB30E
Tints of La Rioja #BCB30E
RGB
CMYK
RGB Variations
Color information
#BCB30E (or 0xBCB30E) is known color: La Rioja. HEX triplet: BC, B3 and 0E. RGB value is (188,179,14). Sum of RGB (Red+Green+Blue) = 188+179+14=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB30E is #434CF1. Grayscale: #A3A3A3. Windows color (decimal): -4410610 or 963516. OLE color: 963516.
HSL color Cylindrical-coordinate representation of color #BCB30E: hue angle of 56.9º 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 #BCB30E is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 14 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.26 |
| HSL | 56.9º | 0.86% | 0.4% | - |
| HSV(B) | 56.9º | 0.93% | 0.74% | - |
| XYZ | 36.94 | 42.96 | 6.76 | - |
| YUV | 162.88 | 43.98 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 14 | 0 | 0.05 | 0.93 | 0.26 | 56.9 | 0.86 | 0.4 |
| Hex | BC | B3 | E | 0 | 5 | 5D | 1A | 39 | 56 | 28 |
| Octal | 274 | 263 | 16 | 0 | 5 | 135 | 32 | 71 | 126 | 50 |
| Binary | 10111100 | 10110011 | 1110 | 0 | 101 | 1011101 | 11010 | 111001 | 1010110 | 101000 |
Color Harmonies of #BCB30E
Complementary color
Monochromatic Colors of #BCB30E
Black with #BCB30E
Text Example
Text Example
White with #BCB30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB30E; }
p { color: rgb(188,179,14); }
H1.HeaderClassName
{
color: #BCB30E;
}
.AnyTagClassName
{
color: #BCB30E;
}
</style>
background-color css
<style>
a { background-color: #BCB30E; }
a { background-color: rgb(188,179,14); }
div.DivClassName
{
background-color: #BCB30E;
}
.BgClassName
{
background-color: #BCB30E;
}
</style>
border-color css
<style>
span { border-color: #BCB30E; }
span { border-color: rgb(188,179,14); }
td.TdClassName
{
border-color: #BCB30E;
}
.TagClassName
{
border-color: #BCB30E;
}
</style>