Shades of La Rioja #BEC408
Tints of La Rioja #BEC408
RGB
CMYK
RGB Variations
Color information
#BEC408 (or 0xBEC408) is known color: La Rioja. HEX triplet: BE, C4 and 08. RGB value is (190,196,8). Sum of RGB (Red+Green+Blue) = 190+196+8=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC408 is #413BF7. Grayscale: #ADADAD. Windows color (decimal): -4275192 or 574654. OLE color: 574654.
HSL color Cylindrical-coordinate representation of color #BEC408: hue angle of 61.91º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEC408 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 8 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.23 |
| HSL | 61.91º | 0.92% | 0.4% | - |
| HSV(B) | 61.91º | 0.96% | 0.77% | - |
| XYZ | 41.02 | 50.44 | 7.8 | - |
| YUV | 172.77 | 35.01 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 8 | 0.03 | 0 | 0.96 | 0.23 | 61.91 | 0.92 | 0.4 |
| Hex | BE | C4 | 8 | 3 | 0 | 60 | 17 | 3E | 5C | 28 |
| Octal | 276 | 304 | 10 | 3 | 0 | 140 | 27 | 76 | 134 | 50 |
| Binary | 10111110 | 11000100 | 1000 | 11 | 0 | 1100000 | 10111 | 111110 | 1011100 | 101000 |
Color Harmonies of #BEC408
Complementary color
Monochromatic Colors of #BEC408
Black with #BEC408
Text Example
Text Example
White with #BEC408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC408; }
p { color: rgb(190,196,8); }
H1.HeaderClassName
{
color: #BEC408;
}
.AnyTagClassName
{
color: #BEC408;
}
</style>
background-color css
<style>
a { background-color: #BEC408; }
a { background-color: rgb(190,196,8); }
div.DivClassName
{
background-color: #BEC408;
}
.BgClassName
{
background-color: #BEC408;
}
</style>
border-color css
<style>
span { border-color: #BEC408; }
span { border-color: rgb(190,196,8); }
td.TdClassName
{
border-color: #BEC408;
}
.TagClassName
{
border-color: #BEC408;
}
</style>