Shades of La Rioja #BECF03
Tints of La Rioja #BECF03
RGB
CMYK
RGB Variations
Color information
#BECF03 (or 0xBECF03) is known color: La Rioja. HEX triplet: BE, CF and 03. RGB value is (190,207,3). Sum of RGB (Red+Green+Blue) = 190+207+3=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECF03 is #4130FC. Grayscale: #B3B3B3. Windows color (decimal): -4272381 or 249790. OLE color: 249790.
HSL color Cylindrical-coordinate representation of color #BECF03: hue angle of 65º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BECF03 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 3 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.19 |
| HSL | 65º | 0.97% | 0.41% | - |
| HSV(B) | 65º | 0.99% | 0.81% | - |
| XYZ | 43.56 | 55.58 | 8.52 | - |
| YUV | 178.66 | 28.87 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 3 | 0.08 | 0 | 0.99 | 0.19 | 65 | 0.97 | 0.41 |
| Hex | BE | CF | 3 | 8 | 0 | 63 | 13 | 41 | 61 | 29 |
| Octal | 276 | 317 | 3 | 10 | 0 | 143 | 23 | 101 | 141 | 51 |
| Binary | 10111110 | 11001111 | 11 | 1000 | 0 | 1100011 | 10011 | 1000001 | 1100001 | 101001 |
Color Harmonies of #BECF03
Complementary color
Monochromatic Colors of #BECF03
Black with #BECF03
Text Example
Text Example
White with #BECF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF03; }
p { color: rgb(190,207,3); }
H1.HeaderClassName
{
color: #BECF03;
}
.AnyTagClassName
{
color: #BECF03;
}
</style>
background-color css
<style>
a { background-color: #BECF03; }
a { background-color: rgb(190,207,3); }
div.DivClassName
{
background-color: #BECF03;
}
.BgClassName
{
background-color: #BECF03;
}
</style>
border-color css
<style>
span { border-color: #BECF03; }
span { border-color: rgb(190,207,3); }
td.TdClassName
{
border-color: #BECF03;
}
.TagClassName
{
border-color: #BECF03;
}
</style>