Shades of La Rioja #BCB315
Tints of La Rioja #BCB315
RGB
CMYK
RGB Variations
Color information
#BCB315 (or 0xBCB315) is known color: La Rioja. HEX triplet: BC, B3 and 15. RGB value is (188,179,21). Sum of RGB (Red+Green+Blue) = 188+179+21=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB315 is #434CEA. Grayscale: #A4A4A4. Windows color (decimal): -4410603 or 1422268. OLE color: 1422268.
HSL color Cylindrical-coordinate representation of color #BCB315: hue angle of 56.77º 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 #BCB315 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 21 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.26 |
| HSL | 56.77º | 0.8% | 0.41% | - |
| HSV(B) | 56.77º | 0.89% | 0.74% | - |
| XYZ | 36.99 | 42.99 | 7.06 | - |
| YUV | 163.68 | 47.48 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 21 | 0 | 0.05 | 0.89 | 0.26 | 56.77 | 0.8 | 0.41 |
| Hex | BC | B3 | 15 | 0 | 5 | 59 | 1A | 39 | 50 | 29 |
| Octal | 274 | 263 | 25 | 0 | 5 | 131 | 32 | 71 | 120 | 51 |
| Binary | 10111100 | 10110011 | 10101 | 0 | 101 | 1011001 | 11010 | 111001 | 1010000 | 101001 |
Color Harmonies of #BCB315
Complementary color
Monochromatic Colors of #BCB315
Black with #BCB315
Text Example
Text Example
White with #BCB315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB315; }
p { color: rgb(188,179,21); }
H1.HeaderClassName
{
color: #BCB315;
}
.AnyTagClassName
{
color: #BCB315;
}
</style>
background-color css
<style>
a { background-color: #BCB315; }
a { background-color: rgb(188,179,21); }
div.DivClassName
{
background-color: #BCB315;
}
.BgClassName
{
background-color: #BCB315;
}
</style>
border-color css
<style>
span { border-color: #BCB315; }
span { border-color: rgb(188,179,21); }
td.TdClassName
{
border-color: #BCB315;
}
.TagClassName
{
border-color: #BCB315;
}
</style>