Shades of La Rioja #BEB816
Tints of La Rioja #BEB816
RGB
CMYK
RGB Variations
Color information
#BEB816 (or 0xBEB816) is known color: La Rioja. HEX triplet: BE, B8 and 16. RGB value is (190,184,22). Sum of RGB (Red+Green+Blue) = 190+184+22=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB816 is #4147E9. Grayscale: #A7A7A7. Windows color (decimal): -4278250 or 1489086. OLE color: 1489086.
HSL color Cylindrical-coordinate representation of color #BEB816: hue angle of 57.86º 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 #BEB816 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 184 | 22 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.25 |
| HSL | 57.86º | 0.79% | 0.42% | - |
| HSV(B) | 57.86º | 0.88% | 0.75% | - |
| XYZ | 38.52 | 45.29 | 7.47 | - |
| YUV | 167.33 | 45.99 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 22 | 0 | 0.03 | 0.88 | 0.25 | 57.86 | 0.79 | 0.42 |
| Hex | BE | B8 | 16 | 0 | 3 | 58 | 19 | 3A | 4F | 2A |
| Octal | 276 | 270 | 26 | 0 | 3 | 130 | 31 | 72 | 117 | 52 |
| Binary | 10111110 | 10111000 | 10110 | 0 | 11 | 1011000 | 11001 | 111010 | 1001111 | 101010 |
Color Harmonies of #BEB816
Complementary color
Monochromatic Colors of #BEB816
Black with #BEB816
Text Example
Text Example
White with #BEB816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB816; }
p { color: rgb(190,184,22); }
H1.HeaderClassName
{
color: #BEB816;
}
.AnyTagClassName
{
color: #BEB816;
}
</style>
background-color css
<style>
a { background-color: #BEB816; }
a { background-color: rgb(190,184,22); }
div.DivClassName
{
background-color: #BEB816;
}
.BgClassName
{
background-color: #BEB816;
}
</style>
border-color css
<style>
span { border-color: #BEB816; }
span { border-color: rgb(190,184,22); }
td.TdClassName
{
border-color: #BEB816;
}
.TagClassName
{
border-color: #BEB816;
}
</style>