Shades of La Rioja #BEBB16
Tints of La Rioja #BEBB16
RGB
CMYK
RGB Variations
Color information
#BEBB16 (or 0xBEBB16) is known color: La Rioja. HEX triplet: BE, BB and 16. RGB value is (190,187,22). Sum of RGB (Red+Green+Blue) = 190+187+22=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBB16 is #4144E9. Grayscale: #A9A9A9. Windows color (decimal): -4277482 or 1489854. OLE color: 1489854.
HSL color Cylindrical-coordinate representation of color #BEBB16: hue angle of 58.93º 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 #BEBB16 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 22 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.25 |
| HSL | 58.93º | 0.79% | 0.42% | - |
| HSV(B) | 58.93º | 0.88% | 0.75% | - |
| XYZ | 39.15 | 46.55 | 7.68 | - |
| YUV | 169.09 | 44.99 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 22 | 0 | 0.02 | 0.88 | 0.25 | 58.93 | 0.79 | 0.42 |
| Hex | BE | BB | 16 | 0 | 2 | 58 | 19 | 3B | 4F | 2A |
| Octal | 276 | 273 | 26 | 0 | 2 | 130 | 31 | 73 | 117 | 52 |
| Binary | 10111110 | 10111011 | 10110 | 0 | 10 | 1011000 | 11001 | 111011 | 1001111 | 101010 |
Color Harmonies of #BEBB16
Complementary color
Monochromatic Colors of #BEBB16
Black with #BEBB16
Text Example
Text Example
White with #BEBB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBB16; }
p { color: rgb(190,187,22); }
H1.HeaderClassName
{
color: #BEBB16;
}
.AnyTagClassName
{
color: #BEBB16;
}
</style>
background-color css
<style>
a { background-color: #BEBB16; }
a { background-color: rgb(190,187,22); }
div.DivClassName
{
background-color: #BEBB16;
}
.BgClassName
{
background-color: #BEBB16;
}
</style>
border-color css
<style>
span { border-color: #BEBB16; }
span { border-color: rgb(190,187,22); }
td.TdClassName
{
border-color: #BEBB16;
}
.TagClassName
{
border-color: #BEBB16;
}
</style>