Shades of La Rioja #BCB313
Tints of La Rioja #BCB313
RGB
CMYK
RGB Variations
Color information
#BCB313 (or 0xBCB313) is known color: La Rioja. HEX triplet: BC, B3 and 13. RGB value is (188,179,19). Sum of RGB (Red+Green+Blue) = 188+179+19=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB313 is #434CEC. Grayscale: #A4A4A4. Windows color (decimal): -4410605 or 1291196. OLE color: 1291196.
HSL color Cylindrical-coordinate representation of color #BCB313: hue angle of 56.8º 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 #BCB313 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 19 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.26 |
| HSL | 56.8º | 0.82% | 0.41% | - |
| HSV(B) | 56.8º | 0.9% | 0.74% | - |
| XYZ | 36.98 | 42.98 | 6.96 | - |
| YUV | 163.45 | 46.48 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 19 | 0 | 0.05 | 0.90 | 0.26 | 56.8 | 0.82 | 0.41 |
| Hex | BC | B3 | 13 | 0 | 5 | 5A | 1A | 39 | 52 | 29 |
| Octal | 274 | 263 | 23 | 0 | 5 | 132 | 32 | 71 | 122 | 51 |
| Binary | 10111100 | 10110011 | 10011 | 0 | 101 | 1011010 | 11010 | 111001 | 1010010 | 101001 |
Color Harmonies of #BCB313
Complementary color
Monochromatic Colors of #BCB313
Black with #BCB313
Text Example
Text Example
White with #BCB313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB313; }
p { color: rgb(188,179,19); }
H1.HeaderClassName
{
color: #BCB313;
}
.AnyTagClassName
{
color: #BCB313;
}
</style>
background-color css
<style>
a { background-color: #BCB313; }
a { background-color: rgb(188,179,19); }
div.DivClassName
{
background-color: #BCB313;
}
.BgClassName
{
background-color: #BCB313;
}
</style>
border-color css
<style>
span { border-color: #BCB313; }
span { border-color: rgb(188,179,19); }
td.TdClassName
{
border-color: #BCB313;
}
.TagClassName
{
border-color: #BCB313;
}
</style>