Shades of La Rioja #BCBA18
Tints of La Rioja #BCBA18
RGB
CMYK
RGB Variations
Color information
#BCBA18 (or 0xBCBA18) is known color: La Rioja. HEX triplet: BC, BA and 18. RGB value is (188,186,24). Sum of RGB (Red+Green+Blue) = 188+186+24=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA18 is #4345E7. Grayscale: #A8A8A8. Windows color (decimal): -4408808 or 1620668. OLE color: 1620668.
HSL color Cylindrical-coordinate representation of color #BCBA18: hue angle of 59.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCBA18 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 24 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.26 |
| HSL | 59.27º | 0.77% | 0.42% | - |
| HSV(B) | 59.27º | 0.87% | 0.74% | - |
| XYZ | 38.46 | 45.88 | 7.69 | - |
| YUV | 168.13 | 46.66 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 24 | 0 | 0.01 | 0.87 | 0.26 | 59.27 | 0.77 | 0.42 |
| Hex | BC | BA | 18 | 0 | 1 | 57 | 1A | 3B | 4D | 2A |
| Octal | 274 | 272 | 30 | 0 | 1 | 127 | 32 | 73 | 115 | 52 |
| Binary | 10111100 | 10111010 | 11000 | 0 | 1 | 1010111 | 11010 | 111011 | 1001101 | 101010 |
Color Harmonies of #BCBA18
Complementary color
Monochromatic Colors of #BCBA18
Black with #BCBA18
Text Example
Text Example
White with #BCBA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA18; }
p { color: rgb(188,186,24); }
H1.HeaderClassName
{
color: #BCBA18;
}
.AnyTagClassName
{
color: #BCBA18;
}
</style>
background-color css
<style>
a { background-color: #BCBA18; }
a { background-color: rgb(188,186,24); }
div.DivClassName
{
background-color: #BCBA18;
}
.BgClassName
{
background-color: #BCBA18;
}
</style>
border-color css
<style>
span { border-color: #BCBA18; }
span { border-color: rgb(188,186,24); }
td.TdClassName
{
border-color: #BCBA18;
}
.TagClassName
{
border-color: #BCBA18;
}
</style>