Shades of La Rioja #BCBE0B
Tints of La Rioja #BCBE0B
RGB
CMYK
RGB Variations
Color information
#BCBE0B (or 0xBCBE0B) is known color: La Rioja. HEX triplet: BC, BE and 0B. RGB value is (188,190,11). Sum of RGB (Red+Green+Blue) = 188+190+11=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBE0B is #4341F4. Grayscale: #A9A9A9. Windows color (decimal): -4407797 or 769724. OLE color: 769724.
HSL color Cylindrical-coordinate representation of color #BCBE0B: hue angle of 60.67º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCBE0B is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 11 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.25 |
| HSL | 60.67º | 0.89% | 0.39% | - |
| HSV(B) | 60.67º | 0.94% | 0.75% | - |
| XYZ | 39.21 | 47.54 | 7.43 | - |
| YUV | 169 | 38.84 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 11 | 0.01 | 0 | 0.94 | 0.25 | 60.67 | 0.89 | 0.39 |
| Hex | BC | BE | B | 1 | 0 | 5E | 19 | 3D | 59 | 27 |
| Octal | 274 | 276 | 13 | 1 | 0 | 136 | 31 | 75 | 131 | 47 |
| Binary | 10111100 | 10111110 | 1011 | 1 | 0 | 1011110 | 11001 | 111101 | 1011001 | 100111 |
Color Harmonies of #BCBE0B
Complementary color
Monochromatic Colors of #BCBE0B
Black with #BCBE0B
Text Example
Text Example
White with #BCBE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE0B; }
p { color: rgb(188,190,11); }
H1.HeaderClassName
{
color: #BCBE0B;
}
.AnyTagClassName
{
color: #BCBE0B;
}
</style>
background-color css
<style>
a { background-color: #BCBE0B; }
a { background-color: rgb(188,190,11); }
div.DivClassName
{
background-color: #BCBE0B;
}
.BgClassName
{
background-color: #BCBE0B;
}
</style>
border-color css
<style>
span { border-color: #BCBE0B; }
span { border-color: rgb(188,190,11); }
td.TdClassName
{
border-color: #BCBE0B;
}
.TagClassName
{
border-color: #BCBE0B;
}
</style>