Shades of La Rioja #BCB50C
Tints of La Rioja #BCB50C
RGB
CMYK
RGB Variations
Color information
#BCB50C (or 0xBCB50C) is known color: La Rioja. HEX triplet: BC, B5 and 0C. RGB value is (188,181,12). Sum of RGB (Red+Green+Blue) = 188+181+12=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB50C is #434AF3. Grayscale: #A4A4A4. Windows color (decimal): -4410100 or 832956. OLE color: 832956.
HSL color Cylindrical-coordinate representation of color #BCB50C: hue angle of 57.61º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCB50C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 12 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.26 |
| HSL | 57.61º | 0.88% | 0.39% | - |
| HSV(B) | 57.61º | 0.94% | 0.74% | - |
| XYZ | 37.33 | 43.77 | 6.83 | - |
| YUV | 163.83 | 42.32 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 12 | 0 | 0.04 | 0.94 | 0.26 | 57.61 | 0.88 | 0.39 |
| Hex | BC | B5 | C | 0 | 4 | 5E | 1A | 3A | 58 | 27 |
| Octal | 274 | 265 | 14 | 0 | 4 | 136 | 32 | 72 | 130 | 47 |
| Binary | 10111100 | 10110101 | 1100 | 0 | 100 | 1011110 | 11010 | 111010 | 1011000 | 100111 |
Color Harmonies of #BCB50C
Complementary color
Monochromatic Colors of #BCB50C
Black with #BCB50C
Text Example
Text Example
White with #BCB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB50C; }
p { color: rgb(188,181,12); }
H1.HeaderClassName
{
color: #BCB50C;
}
.AnyTagClassName
{
color: #BCB50C;
}
</style>
background-color css
<style>
a { background-color: #BCB50C; }
a { background-color: rgb(188,181,12); }
div.DivClassName
{
background-color: #BCB50C;
}
.BgClassName
{
background-color: #BCB50C;
}
</style>
border-color css
<style>
span { border-color: #BCB50C; }
span { border-color: rgb(188,181,12); }
td.TdClassName
{
border-color: #BCB50C;
}
.TagClassName
{
border-color: #BCB50C;
}
</style>