Shades of La Rioja #BCB716
Tints of La Rioja #BCB716
RGB
CMYK
RGB Variations
Color information
#BCB716 (or 0xBCB716) is known color: La Rioja. HEX triplet: BC, B7 and 16. RGB value is (188,183,22). Sum of RGB (Red+Green+Blue) = 188+183+22=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB716 is #4348E9. Grayscale: #A6A6A6. Windows color (decimal): -4409578 or 1488828. OLE color: 1488828.
HSL color Cylindrical-coordinate representation of color #BCB716: hue angle of 58.19º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCB716 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 22 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.26 |
| HSL | 58.19º | 0.79% | 0.41% | - |
| HSV(B) | 58.19º | 0.88% | 0.74% | - |
| XYZ | 37.82 | 44.62 | 7.38 | - |
| YUV | 166.14 | 46.66 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 22 | 0 | 0.03 | 0.88 | 0.26 | 58.19 | 0.79 | 0.41 |
| Hex | BC | B7 | 16 | 0 | 3 | 58 | 1A | 3A | 4F | 29 |
| Octal | 274 | 267 | 26 | 0 | 3 | 130 | 32 | 72 | 117 | 51 |
| Binary | 10111100 | 10110111 | 10110 | 0 | 11 | 1011000 | 11010 | 111010 | 1001111 | 101001 |
Color Harmonies of #BCB716
Complementary color
Monochromatic Colors of #BCB716
Black with #BCB716
Text Example
Text Example
White with #BCB716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB716; }
p { color: rgb(188,183,22); }
H1.HeaderClassName
{
color: #BCB716;
}
.AnyTagClassName
{
color: #BCB716;
}
</style>
background-color css
<style>
a { background-color: #BCB716; }
a { background-color: rgb(188,183,22); }
div.DivClassName
{
background-color: #BCB716;
}
.BgClassName
{
background-color: #BCB716;
}
</style>
border-color css
<style>
span { border-color: #BCB716; }
span { border-color: rgb(188,183,22); }
td.TdClassName
{
border-color: #BCB716;
}
.TagClassName
{
border-color: #BCB716;
}
</style>