Shades of La Rioja #BEB100
Tints of La Rioja #BEB100
RGB
CMYK
RGB Variations
Color information
#BEB100 (or 0xBEB100) is known color: La Rioja. HEX triplet: BE, B1 and 00. RGB value is (190,177,0). Sum of RGB (Red+Green+Blue) = 190+177+0=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB100 is #414EFF. Grayscale: #A1A1A1. Windows color (decimal): -4280064 or 45502. OLE color: 45502.
HSL color Cylindrical-coordinate representation of color #BEB100: hue angle of 55.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEB100 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.25 |
| HSL | 55.89º | 1% | 0.37% | - |
| HSV(B) | 55.89º | 1% | 0.75% | - |
| XYZ | 36.96 | 42.39 | 6.23 | - |
| YUV | 160.71 | 37.31 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 0 | 0 | 0.07 | 1 | 0.25 | 55.89 | 1 | 0.37 |
| Hex | BE | B1 | 0 | 0 | 7 | 64 | 19 | 38 | 64 | 25 |
| Octal | 276 | 261 | 0 | 0 | 7 | 144 | 31 | 70 | 144 | 45 |
| Binary | 10111110 | 10110001 | 0 | 0 | 111 | 1100100 | 11001 | 111000 | 1100100 | 100101 |
Color Harmonies of #BEB100
Complementary color
Monochromatic Colors of #BEB100
Black with #BEB100
Text Example
Text Example
White with #BEB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB100; }
p { color: rgb(190,177,0); }
H1.HeaderClassName
{
color: #BEB100;
}
.AnyTagClassName
{
color: #BEB100;
}
</style>
background-color css
<style>
a { background-color: #BEB100; }
a { background-color: rgb(190,177,0); }
div.DivClassName
{
background-color: #BEB100;
}
.BgClassName
{
background-color: #BEB100;
}
</style>
border-color css
<style>
span { border-color: #BEB100; }
span { border-color: rgb(190,177,0); }
td.TdClassName
{
border-color: #BEB100;
}
.TagClassName
{
border-color: #BEB100;
}
</style>