Shades of La Rioja #BEC305
Tints of La Rioja #BEC305
RGB
CMYK
RGB Variations
Color information
#BEC305 (or 0xBEC305) is known color: La Rioja. HEX triplet: BE, C3 and 05. RGB value is (190,195,5). Sum of RGB (Red+Green+Blue) = 190+195+5=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC305 is #413CFA. Grayscale: #ACACAC. Windows color (decimal): -4275451 or 377790. OLE color: 377790.
HSL color Cylindrical-coordinate representation of color #BEC305: hue angle of 61.58º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BEC305 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 5 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.24 |
| HSL | 61.58º | 0.95% | 0.39% | - |
| HSV(B) | 61.58º | 0.97% | 0.76% | - |
| XYZ | 40.78 | 49.99 | 7.64 | - |
| YUV | 171.85 | 33.84 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 5 | 0.03 | 0 | 0.97 | 0.24 | 61.58 | 0.95 | 0.39 |
| Hex | BE | C3 | 5 | 3 | 0 | 61 | 18 | 3E | 5F | 27 |
| Octal | 276 | 303 | 5 | 3 | 0 | 141 | 30 | 76 | 137 | 47 |
| Binary | 10111110 | 11000011 | 101 | 11 | 0 | 1100001 | 11000 | 111110 | 1011111 | 100111 |
Color Harmonies of #BEC305
Complementary color
Monochromatic Colors of #BEC305
Black with #BEC305
Text Example
Text Example
White with #BEC305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC305; }
p { color: rgb(190,195,5); }
H1.HeaderClassName
{
color: #BEC305;
}
.AnyTagClassName
{
color: #BEC305;
}
</style>
background-color css
<style>
a { background-color: #BEC305; }
a { background-color: rgb(190,195,5); }
div.DivClassName
{
background-color: #BEC305;
}
.BgClassName
{
background-color: #BEC305;
}
</style>
border-color css
<style>
span { border-color: #BEC305; }
span { border-color: rgb(190,195,5); }
td.TdClassName
{
border-color: #BEC305;
}
.TagClassName
{
border-color: #BEC305;
}
</style>