Shades of La Rioja #BEBC01
Tints of La Rioja #BEBC01
RGB
CMYK
RGB Variations
Color information
#BEBC01 (or 0xBEBC01) is known color: La Rioja. HEX triplet: BE, BC and 01. RGB value is (190,188,1). Sum of RGB (Red+Green+Blue) = 190+188+1=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBC01 is #4143FE. Grayscale: #A8A8A8. Windows color (decimal): -4277247 or 113854. OLE color: 113854.
HSL color Cylindrical-coordinate representation of color #BEBC01: hue angle of 59.37º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEBC01 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 188 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.25 |
| HSL | 59.37º | 0.99% | 0.37% | - |
| HSV(B) | 59.37º | 0.99% | 0.75% | - |
| XYZ | 39.22 | 46.92 | 7.02 | - |
| YUV | 167.28 | 34.16 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 1 | 0 | 0.01 | 0.99 | 0.25 | 59.37 | 0.99 | 0.37 |
| Hex | BE | BC | 1 | 0 | 1 | 63 | 19 | 3B | 63 | 25 |
| Octal | 276 | 274 | 1 | 0 | 1 | 143 | 31 | 73 | 143 | 45 |
| Binary | 10111110 | 10111100 | 1 | 0 | 1 | 1100011 | 11001 | 111011 | 1100011 | 100101 |
Color Harmonies of #BEBC01
Complementary color
Monochromatic Colors of #BEBC01
Black with #BEBC01
Text Example
Text Example
White with #BEBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBC01; }
p { color: rgb(190,188,1); }
H1.HeaderClassName
{
color: #BEBC01;
}
.AnyTagClassName
{
color: #BEBC01;
}
</style>
background-color css
<style>
a { background-color: #BEBC01; }
a { background-color: rgb(190,188,1); }
div.DivClassName
{
background-color: #BEBC01;
}
.BgClassName
{
background-color: #BEBC01;
}
</style>
border-color css
<style>
span { border-color: #BEBC01; }
span { border-color: rgb(190,188,1); }
td.TdClassName
{
border-color: #BEBC01;
}
.TagClassName
{
border-color: #BEBC01;
}
</style>