Shades of La Rioja #BCB815
Tints of La Rioja #BCB815
RGB
CMYK
RGB Variations
Color information
#BCB815 (or 0xBCB815) is known color: La Rioja. HEX triplet: BC, B8 and 15. RGB value is (188,184,21). Sum of RGB (Red+Green+Blue) = 188+184+21=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB815 is #4347EA. Grayscale: #A7A7A7. Windows color (decimal): -4409323 or 1423548. OLE color: 1423548.
HSL color Cylindrical-coordinate representation of color #BCB815: hue angle of 58.56º 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 #BCB815 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 21 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.26 |
| HSL | 58.56º | 0.8% | 0.41% | - |
| HSV(B) | 58.56º | 0.89% | 0.74% | - |
| XYZ | 38.01 | 45.03 | 7.4 | - |
| YUV | 166.61 | 45.83 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 21 | 0 | 0.02 | 0.89 | 0.26 | 58.56 | 0.8 | 0.41 |
| Hex | BC | B8 | 15 | 0 | 2 | 59 | 1A | 3B | 50 | 29 |
| Octal | 274 | 270 | 25 | 0 | 2 | 131 | 32 | 73 | 120 | 51 |
| Binary | 10111100 | 10111000 | 10101 | 0 | 10 | 1011001 | 11010 | 111011 | 1010000 | 101001 |
Color Harmonies of #BCB815
Complementary color
Monochromatic Colors of #BCB815
Black with #BCB815
Text Example
Text Example
White with #BCB815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB815; }
p { color: rgb(188,184,21); }
H1.HeaderClassName
{
color: #BCB815;
}
.AnyTagClassName
{
color: #BCB815;
}
</style>
background-color css
<style>
a { background-color: #BCB815; }
a { background-color: rgb(188,184,21); }
div.DivClassName
{
background-color: #BCB815;
}
.BgClassName
{
background-color: #BCB815;
}
</style>
border-color css
<style>
span { border-color: #BCB815; }
span { border-color: rgb(188,184,21); }
td.TdClassName
{
border-color: #BCB815;
}
.TagClassName
{
border-color: #BCB815;
}
</style>