Shades of La Rioja #BCBE0C
Tints of La Rioja #BCBE0C
RGB
CMYK
RGB Variations
Color information
#BCBE0C (or 0xBCBE0C) is known color: La Rioja. HEX triplet: BC, BE and 0C. RGB value is (188,190,12). Sum of RGB (Red+Green+Blue) = 188+190+12=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBE0C is #4341F3. Grayscale: #A9A9A9. Windows color (decimal): -4407796 or 835260. OLE color: 835260.
HSL color Cylindrical-coordinate representation of color #BCBE0C: hue angle of 60.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCBE0C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 12 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.25 |
| HSL | 60.67º | 0.88% | 0.4% | - |
| HSV(B) | 60.67º | 0.94% | 0.75% | - |
| XYZ | 39.22 | 47.54 | 7.46 | - |
| YUV | 169.11 | 39.34 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 12 | 0.01 | 0 | 0.94 | 0.25 | 60.67 | 0.88 | 0.4 |
| Hex | BC | BE | C | 1 | 0 | 5E | 19 | 3D | 58 | 28 |
| Octal | 274 | 276 | 14 | 1 | 0 | 136 | 31 | 75 | 130 | 50 |
| Binary | 10111100 | 10111110 | 1100 | 1 | 0 | 1011110 | 11001 | 111101 | 1011000 | 101000 |
Color Harmonies of #BCBE0C
Complementary color
Monochromatic Colors of #BCBE0C
Black with #BCBE0C
Text Example
Text Example
White with #BCBE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE0C; }
p { color: rgb(188,190,12); }
H1.HeaderClassName
{
color: #BCBE0C;
}
.AnyTagClassName
{
color: #BCBE0C;
}
</style>
background-color css
<style>
a { background-color: #BCBE0C; }
a { background-color: rgb(188,190,12); }
div.DivClassName
{
background-color: #BCBE0C;
}
.BgClassName
{
background-color: #BCBE0C;
}
</style>
border-color css
<style>
span { border-color: #BCBE0C; }
span { border-color: rgb(188,190,12); }
td.TdClassName
{
border-color: #BCBE0C;
}
.TagClassName
{
border-color: #BCBE0C;
}
</style>