Shades of La Rioja #BEBC0C
Tints of La Rioja #BEBC0C
RGB
CMYK
RGB Variations
Color information
#BEBC0C (or 0xBEBC0C) is known color: La Rioja. HEX triplet: BE, BC and 0C. RGB value is (190,188,12). Sum of RGB (Red+Green+Blue) = 190+188+12=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBC0C is #4143F3. Grayscale: #A9A9A9. Windows color (decimal): -4277236 or 834750. OLE color: 834750.
HSL color Cylindrical-coordinate representation of color #BEBC0C: hue angle of 59.33º 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 #BEBC0C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 188 | 12 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.25 |
| HSL | 59.33º | 0.88% | 0.4% | - |
| HSV(B) | 59.33º | 0.94% | 0.75% | - |
| XYZ | 39.28 | 46.94 | 7.34 | - |
| YUV | 168.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 12 | 0 | 0.01 | 0.94 | 0.25 | 59.33 | 0.88 | 0.4 |
| Hex | BE | BC | C | 0 | 1 | 5E | 19 | 3B | 58 | 28 |
| Octal | 276 | 274 | 14 | 0 | 1 | 136 | 31 | 73 | 130 | 50 |
| Binary | 10111110 | 10111100 | 1100 | 0 | 1 | 1011110 | 11001 | 111011 | 1011000 | 101000 |
Color Harmonies of #BEBC0C
Complementary color
Monochromatic Colors of #BEBC0C
Black with #BEBC0C
Text Example
Text Example
White with #BEBC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBC0C; }
p { color: rgb(190,188,12); }
H1.HeaderClassName
{
color: #BEBC0C;
}
.AnyTagClassName
{
color: #BEBC0C;
}
</style>
background-color css
<style>
a { background-color: #BEBC0C; }
a { background-color: rgb(190,188,12); }
div.DivClassName
{
background-color: #BEBC0C;
}
.BgClassName
{
background-color: #BEBC0C;
}
</style>
border-color css
<style>
span { border-color: #BEBC0C; }
span { border-color: rgb(190,188,12); }
td.TdClassName
{
border-color: #BEBC0C;
}
.TagClassName
{
border-color: #BEBC0C;
}
</style>