Shades of La Rioja #BECA0A
Tints of La Rioja #BECA0A
RGB
CMYK
RGB Variations
Color information
#BECA0A (or 0xBECA0A) is known color: La Rioja. HEX triplet: BE, CA and 0A. RGB value is (190,202,10). Sum of RGB (Red+Green+Blue) = 190+202+10=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECA0A is #4135F5. Grayscale: #B1B1B1. Windows color (decimal): -4273654 or 707262. OLE color: 707262.
HSL color Cylindrical-coordinate representation of color #BECA0A: hue angle of 63.75º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BECA0A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 10 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.21 |
| HSL | 63.75º | 0.91% | 0.42% | - |
| HSV(B) | 63.75º | 0.95% | 0.79% | - |
| XYZ | 42.41 | 53.21 | 8.32 | - |
| YUV | 176.52 | 34.02 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 10 | 0.06 | 0 | 0.95 | 0.21 | 63.75 | 0.91 | 0.42 |
| Hex | BE | CA | A | 6 | 0 | 5F | 15 | 40 | 5B | 2A |
| Octal | 276 | 312 | 12 | 6 | 0 | 137 | 25 | 100 | 133 | 52 |
| Binary | 10111110 | 11001010 | 1010 | 110 | 0 | 1011111 | 10101 | 1000000 | 1011011 | 101010 |
Color Harmonies of #BECA0A
Complementary color
Monochromatic Colors of #BECA0A
Black with #BECA0A
Text Example
Text Example
White with #BECA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECA0A; }
p { color: rgb(190,202,10); }
H1.HeaderClassName
{
color: #BECA0A;
}
.AnyTagClassName
{
color: #BECA0A;
}
</style>
background-color css
<style>
a { background-color: #BECA0A; }
a { background-color: rgb(190,202,10); }
div.DivClassName
{
background-color: #BECA0A;
}
.BgClassName
{
background-color: #BECA0A;
}
</style>
border-color css
<style>
span { border-color: #BECA0A; }
span { border-color: rgb(190,202,10); }
td.TdClassName
{
border-color: #BECA0A;
}
.TagClassName
{
border-color: #BECA0A;
}
</style>