Shades of La Rioja #BECC0B
Tints of La Rioja #BECC0B
RGB
CMYK
RGB Variations
Color information
#BECC0B (or 0xBECC0B) is known color: La Rioja. HEX triplet: BE, CC and 0B. RGB value is (190,204,11). Sum of RGB (Red+Green+Blue) = 190+204+11=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC0B is #4133F4. Grayscale: #B2B2B2. Windows color (decimal): -4273141 or 773310. OLE color: 773310.
HSL color Cylindrical-coordinate representation of color #BECC0B: hue angle of 64.35º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BECC0B is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 11 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.2 |
| HSL | 64.35º | 0.9% | 0.42% | - |
| HSV(B) | 64.35º | 0.95% | 0.8% | - |
| XYZ | 42.89 | 54.16 | 8.51 | - |
| YUV | 177.81 | 33.86 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 11 | 0.07 | 0 | 0.95 | 0.2 | 64.35 | 0.9 | 0.42 |
| Hex | BE | CC | B | 7 | 0 | 5F | 14 | 40 | 5A | 2A |
| Octal | 276 | 314 | 13 | 7 | 0 | 137 | 24 | 100 | 132 | 52 |
| Binary | 10111110 | 11001100 | 1011 | 111 | 0 | 1011111 | 10100 | 1000000 | 1011010 | 101010 |
Color Harmonies of #BECC0B
Complementary color
Monochromatic Colors of #BECC0B
Black with #BECC0B
Text Example
Text Example
White with #BECC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC0B; }
p { color: rgb(190,204,11); }
H1.HeaderClassName
{
color: #BECC0B;
}
.AnyTagClassName
{
color: #BECC0B;
}
</style>
background-color css
<style>
a { background-color: #BECC0B; }
a { background-color: rgb(190,204,11); }
div.DivClassName
{
background-color: #BECC0B;
}
.BgClassName
{
background-color: #BECC0B;
}
</style>
border-color css
<style>
span { border-color: #BECC0B; }
span { border-color: rgb(190,204,11); }
td.TdClassName
{
border-color: #BECC0B;
}
.TagClassName
{
border-color: #BECC0B;
}
</style>