Shades of La Rioja #BCBE0E
Tints of La Rioja #BCBE0E
RGB
CMYK
RGB Variations
Color information
#BCBE0E (or 0xBCBE0E) is known color: La Rioja. HEX triplet: BC, BE and 0E. RGB value is (188,190,14). Sum of RGB (Red+Green+Blue) = 188+190+14=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBE0E is #4341F1. Grayscale: #AAAAAA. Windows color (decimal): -4407794 or 966332. OLE color: 966332.
HSL color Cylindrical-coordinate representation of color #BCBE0E: hue angle of 60.68º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCBE0E is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 14 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.25 |
| HSL | 60.68º | 0.86% | 0.4% | - |
| HSV(B) | 60.68º | 0.93% | 0.75% | - |
| XYZ | 39.23 | 47.55 | 7.53 | - |
| YUV | 169.34 | 40.34 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 14 | 0.01 | 0 | 0.93 | 0.25 | 60.68 | 0.86 | 0.4 |
| Hex | BC | BE | E | 1 | 0 | 5D | 19 | 3D | 56 | 28 |
| Octal | 274 | 276 | 16 | 1 | 0 | 135 | 31 | 75 | 126 | 50 |
| Binary | 10111100 | 10111110 | 1110 | 1 | 0 | 1011101 | 11001 | 111101 | 1010110 | 101000 |
Color Harmonies of #BCBE0E
Complementary color
Monochromatic Colors of #BCBE0E
Black with #BCBE0E
Text Example
Text Example
White with #BCBE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE0E; }
p { color: rgb(188,190,14); }
H1.HeaderClassName
{
color: #BCBE0E;
}
.AnyTagClassName
{
color: #BCBE0E;
}
</style>
background-color css
<style>
a { background-color: #BCBE0E; }
a { background-color: rgb(188,190,14); }
div.DivClassName
{
background-color: #BCBE0E;
}
.BgClassName
{
background-color: #BCBE0E;
}
</style>
border-color css
<style>
span { border-color: #BCBE0E; }
span { border-color: rgb(188,190,14); }
td.TdClassName
{
border-color: #BCBE0E;
}
.TagClassName
{
border-color: #BCBE0E;
}
</style>