Shades of La Rioja #BEBC16
Tints of La Rioja #BEBC16
RGB
CMYK
RGB Variations
Color information
#BEBC16 (or 0xBEBC16) is known color: La Rioja. HEX triplet: BE, BC and 16. RGB value is (190,188,22). Sum of RGB (Red+Green+Blue) = 190+188+22=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBC16 is #4143E9. Grayscale: #AAAAAA. Windows color (decimal): -4277226 or 1490110. OLE color: 1490110.
HSL color Cylindrical-coordinate representation of color #BEBC16: hue angle of 59.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEBC16 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 188 | 22 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.25 |
| HSL | 59.29º | 0.79% | 0.42% | - |
| HSV(B) | 59.29º | 0.88% | 0.75% | - |
| XYZ | 39.36 | 46.97 | 7.75 | - |
| YUV | 169.67 | 44.66 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 22 | 0 | 0.01 | 0.88 | 0.25 | 59.29 | 0.79 | 0.42 |
| Hex | BE | BC | 16 | 0 | 1 | 58 | 19 | 3B | 4F | 2A |
| Octal | 276 | 274 | 26 | 0 | 1 | 130 | 31 | 73 | 117 | 52 |
| Binary | 10111110 | 10111100 | 10110 | 0 | 1 | 1011000 | 11001 | 111011 | 1001111 | 101010 |
Color Harmonies of #BEBC16
Complementary color
Monochromatic Colors of #BEBC16
Black with #BEBC16
Text Example
Text Example
White with #BEBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBC16; }
p { color: rgb(190,188,22); }
H1.HeaderClassName
{
color: #BEBC16;
}
.AnyTagClassName
{
color: #BEBC16;
}
</style>
background-color css
<style>
a { background-color: #BEBC16; }
a { background-color: rgb(190,188,22); }
div.DivClassName
{
background-color: #BEBC16;
}
.BgClassName
{
background-color: #BEBC16;
}
</style>
border-color css
<style>
span { border-color: #BEBC16; }
span { border-color: rgb(190,188,22); }
td.TdClassName
{
border-color: #BEBC16;
}
.TagClassName
{
border-color: #BEBC16;
}
</style>