Shades of La Rioja #BCBA1B
Tints of La Rioja #BCBA1B
RGB
CMYK
RGB Variations
Color information
#BCBA1B (or 0xBCBA1B) is known color: La Rioja. HEX triplet: BC, BA and 1B. RGB value is (188,186,27). Sum of RGB (Red+Green+Blue) = 188+186+27=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA1B is #4345E4. Grayscale: #A9A9A9. Windows color (decimal): -4408805 or 1817276. OLE color: 1817276.
HSL color Cylindrical-coordinate representation of color #BCBA1B: hue angle of 59.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCBA1B is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 27 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.26 |
| HSL | 59.25º | 0.75% | 0.42% | - |
| HSV(B) | 59.25º | 0.86% | 0.74% | - |
| XYZ | 38.5 | 45.89 | 7.87 | - |
| YUV | 168.47 | 48.16 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 27 | 0 | 0.01 | 0.86 | 0.26 | 59.25 | 0.75 | 0.42 |
| Hex | BC | BA | 1B | 0 | 1 | 56 | 1A | 3B | 4B | 2A |
| Octal | 274 | 272 | 33 | 0 | 1 | 126 | 32 | 73 | 113 | 52 |
| Binary | 10111100 | 10111010 | 11011 | 0 | 1 | 1010110 | 11010 | 111011 | 1001011 | 101010 |
Color Harmonies of #BCBA1B
Complementary color
Monochromatic Colors of #BCBA1B
Black with #BCBA1B
Text Example
Text Example
White with #BCBA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA1B; }
p { color: rgb(188,186,27); }
H1.HeaderClassName
{
color: #BCBA1B;
}
.AnyTagClassName
{
color: #BCBA1B;
}
</style>
background-color css
<style>
a { background-color: #BCBA1B; }
a { background-color: rgb(188,186,27); }
div.DivClassName
{
background-color: #BCBA1B;
}
.BgClassName
{
background-color: #BCBA1B;
}
</style>
border-color css
<style>
span { border-color: #BCBA1B; }
span { border-color: rgb(188,186,27); }
td.TdClassName
{
border-color: #BCBA1B;
}
.TagClassName
{
border-color: #BCBA1B;
}
</style>