Shades of La Rioja #BCB215
Tints of La Rioja #BCB215
RGB
CMYK
RGB Variations
Color information
#BCB215 (or 0xBCB215) is known color: La Rioja. HEX triplet: BC, B2 and 15. RGB value is (188,178,21). Sum of RGB (Red+Green+Blue) = 188+178+21=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB215 is #434DEA. Grayscale: #A3A3A3. Windows color (decimal): -4410859 or 1422012. OLE color: 1422012.
HSL color Cylindrical-coordinate representation of color #BCB215: hue angle of 56.41º 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 #BCB215 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 21 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.26 |
| HSL | 56.41º | 0.8% | 0.41% | - |
| HSV(B) | 56.41º | 0.89% | 0.74% | - |
| XYZ | 36.79 | 42.59 | 6.99 | - |
| YUV | 163.09 | 47.81 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 21 | 0 | 0.05 | 0.89 | 0.26 | 56.41 | 0.8 | 0.41 |
| Hex | BC | B2 | 15 | 0 | 5 | 59 | 1A | 38 | 50 | 29 |
| Octal | 274 | 262 | 25 | 0 | 5 | 131 | 32 | 70 | 120 | 51 |
| Binary | 10111100 | 10110010 | 10101 | 0 | 101 | 1011001 | 11010 | 111000 | 1010000 | 101001 |
Color Harmonies of #BCB215
Complementary color
Monochromatic Colors of #BCB215
Black with #BCB215
Text Example
Text Example
White with #BCB215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB215; }
p { color: rgb(188,178,21); }
H1.HeaderClassName
{
color: #BCB215;
}
.AnyTagClassName
{
color: #BCB215;
}
</style>
background-color css
<style>
a { background-color: #BCB215; }
a { background-color: rgb(188,178,21); }
div.DivClassName
{
background-color: #BCB215;
}
.BgClassName
{
background-color: #BCB215;
}
</style>
border-color css
<style>
span { border-color: #BCB215; }
span { border-color: rgb(188,178,21); }
td.TdClassName
{
border-color: #BCB215;
}
.TagClassName
{
border-color: #BCB215;
}
</style>