Shades of La Rioja #BEBA14
Tints of La Rioja #BEBA14
RGB
CMYK
RGB Variations
Color information
#BEBA14 (or 0xBEBA14) is known color: La Rioja. HEX triplet: BE, BA and 14. RGB value is (190,186,20). Sum of RGB (Red+Green+Blue) = 190+186+20=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA14 is #4145EB. Grayscale: #A8A8A8. Windows color (decimal): -4277740 or 1358526. OLE color: 1358526.
HSL color Cylindrical-coordinate representation of color #BEBA14: hue angle of 58.59º 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 #BEBA14 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 20 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.25 |
| HSL | 58.59º | 0.81% | 0.41% | - |
| HSV(B) | 58.59º | 0.89% | 0.75% | - |
| XYZ | 38.92 | 46.12 | 7.51 | - |
| YUV | 168.27 | 44.33 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 20 | 0 | 0.02 | 0.89 | 0.25 | 58.59 | 0.81 | 0.41 |
| Hex | BE | BA | 14 | 0 | 2 | 59 | 19 | 3B | 51 | 29 |
| Octal | 276 | 272 | 24 | 0 | 2 | 131 | 31 | 73 | 121 | 51 |
| Binary | 10111110 | 10111010 | 10100 | 0 | 10 | 1011001 | 11001 | 111011 | 1010001 | 101001 |
Color Harmonies of #BEBA14
Complementary color
Monochromatic Colors of #BEBA14
Black with #BEBA14
Text Example
Text Example
White with #BEBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA14; }
p { color: rgb(190,186,20); }
H1.HeaderClassName
{
color: #BEBA14;
}
.AnyTagClassName
{
color: #BEBA14;
}
</style>
background-color css
<style>
a { background-color: #BEBA14; }
a { background-color: rgb(190,186,20); }
div.DivClassName
{
background-color: #BEBA14;
}
.BgClassName
{
background-color: #BEBA14;
}
</style>
border-color css
<style>
span { border-color: #BEBA14; }
span { border-color: rgb(190,186,20); }
td.TdClassName
{
border-color: #BEBA14;
}
.TagClassName
{
border-color: #BEBA14;
}
</style>