Shades of La Rioja #BEB814
Tints of La Rioja #BEB814
RGB
CMYK
RGB Variations
Color information
#BEB814 (or 0xBEB814) is known color: La Rioja. HEX triplet: BE, B8 and 14. RGB value is (190,184,20). Sum of RGB (Red+Green+Blue) = 190+184+20=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB814 is #4147EB. Grayscale: #A7A7A7. Windows color (decimal): -4278252 or 1358014. OLE color: 1358014.
HSL color Cylindrical-coordinate representation of color #BEB814: hue angle of 57.88º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEB814 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 184 | 20 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.25 |
| HSL | 57.88º | 0.81% | 0.41% | - |
| HSV(B) | 57.88º | 0.89% | 0.75% | - |
| XYZ | 38.5 | 45.28 | 7.37 | - |
| YUV | 167.1 | 44.99 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 20 | 0 | 0.03 | 0.89 | 0.25 | 57.88 | 0.81 | 0.41 |
| Hex | BE | B8 | 14 | 0 | 3 | 59 | 19 | 3A | 51 | 29 |
| Octal | 276 | 270 | 24 | 0 | 3 | 131 | 31 | 72 | 121 | 51 |
| Binary | 10111110 | 10111000 | 10100 | 0 | 11 | 1011001 | 11001 | 111010 | 1010001 | 101001 |
Color Harmonies of #BEB814
Complementary color
Monochromatic Colors of #BEB814
Black with #BEB814
Text Example
Text Example
White with #BEB814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB814; }
p { color: rgb(190,184,20); }
H1.HeaderClassName
{
color: #BEB814;
}
.AnyTagClassName
{
color: #BEB814;
}
</style>
background-color css
<style>
a { background-color: #BEB814; }
a { background-color: rgb(190,184,20); }
div.DivClassName
{
background-color: #BEB814;
}
.BgClassName
{
background-color: #BEB814;
}
</style>
border-color css
<style>
span { border-color: #BEB814; }
span { border-color: rgb(190,184,20); }
td.TdClassName
{
border-color: #BEB814;
}
.TagClassName
{
border-color: #BEB814;
}
</style>